Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to save the model in python

import pickle # first import library
pickle.dump(model, open("any_model_name.pkl", "wb"))
Source by machinelearningmastery.com #
 
PREVIOUS NEXT
Tagged: #save #model #python
ADD COMMENT
Topic
Name
4+3 =