Hi@akhtar,
To save your Machine Learning model, you have to import one module named joblib.
from sklearn.externals import joblib
joblib.dump(model,'model_name')
To use this model in a different program, you have to import this model. Follow the below given link to import a pre created model .
https://www.edureka.co/community/66585/how-to-import-one-machine-learning-model
Hope this helps!
Hope this helps!
To know more about Machine Learning, Join the best Machine Learning course online today.
Thank you!!