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
Tuning Flag is --grid_search (default value is False). For turning on parameter tuning, just assign --grid_search True via API, e.g. python driver.py --method LogisticRegression --grid_search True --_id xyz ...
The GridSearchCV results will save under result folder and its name pattern is grid_search_results_{_id}.csv. This table includes all the parameter combinations and the mean_train_score column is the average CV scores in GridSearchCV. For those invalid parameter combinations, the mean_train_score is '-inf'.
The text was updated successfully, but these errors were encountered: