Closed
Description
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