Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mberrien-fitzsimons/5f99c13dbfde6a8c258c36d5b28dd5fc to your computer and use it in GitHub Desktop.
Save mberrien-fitzsimons/5f99c13dbfde6a8c258c36d5b28dd5fc to your computer and use it in GitHub Desktop.
# 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