-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Customizing BaseSearchCV is hard #9499
Copy link
Copy link
Closed
Milestone
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels