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
After we are done with #19 we need to test this structure and implement nested grid search in sklearn-like object. best_estimator_ and best_params_ should return lists of estimators and best_params.
Methods fit and predict use mean of all best models with best params.
The text was updated successfully, but these errors were encountered:
After we are done with #19 we need to test this structure and implement nested grid search in sklearn-like object. best_estimator_ and best_params_ should return lists of estimators and best_params.
Methods fit and predict use mean of all best models with best params.
The text was updated successfully, but these errors were encountered: