Created
August 9, 2020 09:25
-
-
Save ksdkamesh99/5c70804e3fe11ce2cdb7ed6ed9a3509e 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
# 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