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
When running the HyperoptEstimator, I get the following error:sklearn.utils._param_validation.InvalidParameterError: The 'base_estimator' parameter of AdaBoostClassifier must be an object implementing 'fit' and 'predict' or a str among {'deprecated'}. Got None instead.
I have a feeling this might be a package version issue. Do you know how I could solve it?
Versions:
Python: 3.9.15
hpsklearn: 1.0.3
numpy: 1.23.5
scikit-learn 1.2.0
scipy 1.9.3
The text was updated successfully, but these errors were encountered:
update: downgrading scikit-learn to 1.1.0 works -- an AdaBoostClassifier parameter that is set is deprecated in version 1.2.0. would be good to update the requirements.
Thank you for letting us know!
Feel free to supply a pull request with the requirements changes.
I will update hyperopt-sklearn to work with scikit-learn 1.2.0 soon.
When running the HyperoptEstimator, I get the following
error:sklearn.utils._param_validation.InvalidParameterError: The 'base_estimator' parameter of AdaBoostClassifier must be an object implementing 'fit' and 'predict' or a str among {'deprecated'}. Got None instead.
I have a feeling this might be a package version issue. Do you know how I could solve it?
Versions:
The text was updated successfully, but these errors were encountered: