Last active
July 24, 2019 19:43
-
-
Save mberrien-fitzsimons/5f99c13dbfde6a8c258c36d5b28dd5fc 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
# save the model | |
filename = '../data/04_models/finalized_model.sav' | |
pickle.dump(model, open(filename, 'wb')) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment