You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BaseSearchCV._run_search raises NotImplementedError instead of being an abstractmethod (scikit-learn#12182)
* _run_search raises NotImplementedError instead of being and abstractmethod
* add error message
* test for a BaseSearchCV child w/o a _run_search
* make the test python2 compatible, still in 0.20 zone.
* specify cv in tests not to trigger the related FutureWarning
* PEP8
0 commit comments