You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HarshaVardhanBabu edited this page Oct 15, 2019
·
1 revision
How to share the model trained with others for predicting the labels on the unseen data?
Use joblib to serialize the model and load it whenever you need to predict the labels on the unseen data. This way you don't need to train the model again.