8000 Customizing BaseSearchCV is hard · Issue #9499 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Customizing BaseSearchCV is hard #9499
Closed
@amueller

Description

@amueller

There are several projects working on smarter ways to search parameters.
Right now, BaseSearchCV makes it really hard to customize parts, mostly because the fit function is really long, and changing anything in the parameter loop means copying the whole fit method, see here.

Maybe factoring this out into a method, or just splitting up fit a bit more might be a good idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0