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
Should we have a BaseEstimatorCV class defining the required parameters (like results_, best_estimators_) as an interface attribute that can be overwritten?
Should the parameter still be called results_ and not search_results_ - Let's call it cv_results_ would be more representative of what it holds.
In light of #6697
Should we have aBaseEstimatorCVclass defining the required parameters (likeresults_,best_estimators_) as an interface attribute that can be overwritten?results_and notsearch_results_- Let's call itcv_results_would be more representative of what it holds.TODO
CalibratedClassifierCV(BaseEstimator, ClassifierMixin)@amueller @jnothman @MechCoder @vene @GaelVaroquaux @agramfort