66585/how-to-import-one-machine-learning-model
Hi@akhtar,
To import one pre-created ML model, you have to import that model using joblib module. Use these below given code.
from sklearn.externals import joblib joblib.load('model_name')
Hope this will help.
Thank You
I have recently started learning the machine. ...READ MORE
Hey! There are two main languages that ...READ MORE
Hi@akhtar, You are trying to use constant variable ...READ MORE
Hi@akhtar, You can do this task using numpy ...READ MORE
ROC curve is basically used to reflect ...READ MORE
There are many tools in market which ...READ MORE
Hi@MD, I think in your version, linear_model don't have train_test_split ...READ MORE
Hi@akhtar, Here you used x as your feature ...READ MORE
Hi@akhtar, To save your Machine Learning model, you ...READ MORE
Hi@akhtar, To integrate Hadoop with Spark, you need ...READ MORE
OR
Already have an account? Sign in.