Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Created August 9, 2020 09:25
Show Gist options
  • Save ksdkamesh99/5c70804e3fe11ce2cdb7ed6ed9a3509e to your computer and use it in GitHub Desktop.
Save ksdkamesh99/5c70804e3fe11ce2cdb7ed6ed9a3509e to your computer and use it in GitHub Desktop.
# Importing the pickle library
import pickle
# Dumping the model object to save it as model.pkl file
pickle.dump(model,open('model.pkl','wb+'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment