NotFittedError while predicting from a saves model

后端 未结 0 1843
[愿得一人]
[愿得一人] 2021-01-29 21:21

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.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题