Description
I have a custom implementation of Successive Halving scikit-learn/scikit-learn#13900 which inherits from BaseSearchCV. When I use run_model_on_task I'm getting the following warning:
Warning! Using subclass BaseSearchCV other than {GridSearchCV, RandomizedSearchCV}. Should implement param check.
I tried to look at the code but couldn't find what those param checks were. It seems that none of the metric are computed on that estimator.
Any help appreciated. Thanks!
Versions
OpenML 0.11.0dev
Description
I have a custom implementation of Successive Halving scikit-learn/scikit-learn#13900 which inherits from BaseSearchCV. When I use
run_model_on_taskI'm getting the following warning:I tried to look at the code but couldn't find what those param checks were. It seems that none of the metric are computed on that estimator.
Any help appreciated. Thanks!
Versions
OpenML 0.11.0dev