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
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
I got this error when running the visualizing-results.ipynb notebook InvalidParameterError: The 'criterion' parameter of ExtraTreesRegressor must be a str among {'friedman_mse', 'squared_error', 'absolute_error', 'poisson'}. Got 'mse' instead.
Cheers,
Daniel
The text was updated successfully, but these errors were encountered:
I got the same error when trying to use forest_minimize. Looking into the code, I think their custom ExtraTreesRegressor and RandomForestRegressor uses 'mse' instead of 'friedman_mse', probably needs to be changed.
InvalidParameterError: The 'criterion' parameter of RandomForestRegressor must be a str among {'poisson', 'absolute_error', 'squared_error', 'friedman_mse'}. Got 'mse' instead.
I got this error when running the visualizing-results.ipynb notebook
InvalidParameterError: The 'criterion' parameter of ExtraTreesRegressor must be a str among {'friedman_mse', 'squared_error', 'absolute_error', 'poisson'}. Got 'mse' instead.
Cheers,
Daniel
The text was updated successfully, but these errors were encountered: