/save_model.py Secret
Created
June 23, 2021 15:52
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