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 keep getting the following error when using forest_optimize with the base_estimator set to 'RF'
InvalidParameterError: The 'criterion' parameter of RandomForestRegressor must be a str among {'friedman_mse', 'absolute_error', 'squared_error', 'poisson'}. Got 'mse' instead.
The text was updated successfully, but these errors were encountered:
same here - I think it is due to a depricated option in scikit-learn try uninstalling and then using:
$ pip install scikit-optimize scikit-learn==1.1.3
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I keep getting the following error when using forest_optimize with the base_estimator set to 'RF'
InvalidParameterError: The 'criterion' parameter of RandomForestRegressor must be a str among {'friedman_mse', 'absolute_error', 'squared_error', 'poisson'}. Got 'mse' instead.
The text was updated successfully, but these errors were encountered: