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
#9599 introduces an abstract method on BaseSearchCV. If someone inherited from BaseSearchCV and redefined fit (like skopt.BayesSearchCV) this will break.
I think maybe we should not make this abstract and instead just raise a NotImplementedError.
#9599 introduces an abstract method on BaseSearchCV. If someone inherited from BaseSearchCV and redefined
fit
(likeskopt.BayesSearchCV
) this will break.I think maybe we should not make this abstract and instead just raise a NotImplementedError.
See #9599 (comment).
The text was updated successfully, but these errors were encountered: