-
Notifications
You must be signed in to change notification settings - Fork 25
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
[BUG] RandomForestRegressor to_json functionality broken #9
Comments
I have t same issue. Did you find any workaround? |
Also getting the same error, I've not found any workarounds |
as you not use min_impurity_split in last versions of sklearn, you should comment on the code of the library. Also you should do replace n_features by n_features_in_, and check the oficial documentation to check which values work for your version. My changes was
and
and
If I have some time and this work good for me I will do a PR |
The text was updated successfully, but these errors were encountered: