Skip to content

Run BaseSearchCV instances which are not scikit-learn builtins #6

@NicolasHug

Description

@NicolasHug

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions