Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuning parameters for a dataset/algorithm (grid search) #147

Open
3 of 4 tasks
weixuanfu opened this issue Mar 19, 2019 · 1 comment
Open
3 of 4 tasks

Tuning parameters for a dataset/algorithm (grid search) #147

weixuanfu opened this issue Mar 19, 2019 · 1 comment
Assignees

Comments

@weixuanfu
Copy link
Contributor

weixuanfu commented Mar 19, 2019

  • Add a tuning flag
  • Save best result as output
  • Save other results into result folder
  • Add UI/API for this function
@weixuanfu weixuanfu self-assigned this Mar 19, 2019
weixuanfu added a commit that referenced this issue Mar 21, 2019
@weixuanfu
Copy link
Contributor Author

weixuanfu commented Mar 22, 2019

  • 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'.

weixuanfu added a commit that referenced this issue Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants