I saved my Logistic regression model to a pickle file:
pickle.dump(model, open(filename, \'wb\'))
Now trying to load the saved model for prediction.