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

No hyperparameter optimization example/tutorial incorporating warmstart #34

Open
cshih14 opened this issue Mar 30, 2020 · 0 comments
Open
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@cshih14
Copy link

cshih14 commented Mar 30, 2020

Description

Currently, there is no example or demonstration of a hyperparameter optimization function that uses warmstart (GridSearchCV and RandomSearchCV ignore warmstart) and tunes multiple classifier types in the same function. For comparisons between algorithm performance on multiple datasets, a common experiment for tasks such as benchmarking, such a function would be especially useful and reduce computational time.

Enhancement

  • I will write a function that, given a classifier and a dictionary of two hyperparameters, finds the optimal pair of hyperparameter values using grid search. In this specific example, max_features and n_estimators will be the parameters being tuned.

  • The function will implement warmstart for searching through increasing numbers of estimators in the ensemble.

  • A function will be included that visualizes the performance of each parameter value pair in a heatmap to show more detail on how the optimal parameters were determined.

@cshih14 cshih14 added the documentation Improvements or additions to documentation label Mar 30, 2020
@cshih14 cshih14 self-assigned this Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant