-
-
Save dpbac/fbf4c0a4423a28e49c3ac36b97662e5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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