Skip to content

Instantly share code, notes, and snippets.

@dpbac
Created June 23, 2021 15:52
Show Gist options
  • Save dpbac/fbf4c0a4423a28e49c3ac36b97662e5f to your computer and use it in GitHub Desktop.
Save dpbac/fbf4c0a4423a28e49c3ac36b97662e5f to your computer and use it in GitHub Desktop.
# Import joblib
import joblib
# Set model name
filename = "../model/store_2_item_28_model.pkl"
# Pickle it
joblib.dump(sarima_02_model,filename)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment