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
With the new GridSearchCV/RandomizedSearchCVresults_ attribute, we are able to easily return more information to users. As well as scores, we should return timings (at least the mean, but perhaps for every cross-validation split).
With the new
GridSearchCV/RandomizedSearchCVresults_attribute, we are able to easily return more information to users. As well as scores, we should return timings (at least the mean, but perhaps for every cross-validation split).