Skip to content

Instantly share code, notes, and snippets.

@dpbac
Created June 23, 2021 15:52
# 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