-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to save the fitted RandomForestRegressor model? #313
Comments
I have the same issue. Here are some additional details that might be helpful for debugging. Version3.0.0 (current pip version) IssueLolopy fails to pickle itself when trying to save a trained model with joblib Minimal code to reproduce
Error Message
|
Solved by #318. Use the new Updated Example Code -- working
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I save a lolopy model?"
I tried to train a model like this:
After that, I attempted to save the model using:
But, it didn't work with the following error:
Thank you for sharing your great program.
The text was updated successfully, but these errors were encountered: