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

BUG: can now use 'hyperband' with stacking #131

Closed
patr1ckm opened this issue Jul 27, 2018 · 2 comments
Closed

BUG: can now use 'hyperband' with stacking #131

patr1ckm opened this issue Jul 27, 2018 · 2 comments
Labels

Comments

@patr1ckm
Copy link
Contributor

We can now use hyperband with stacking, we should not throw an error in create_and_run_model.

@elsander can we hyperband with sparse_logistic or sparse_linear_regressor?

@patr1ckm patr1ckm added the bug label Jul 27, 2018
@elsander
Copy link
Contributor

It's not possible to use hyperband with GLMs because of how the algorithm is structured. Essentially, you need some parameter to iterate over (# epochs, # trees) during hyperband, and there isn't a parameter like that for GLMs. Fortunately, they're pretty fast to train anyway, so grid search should get the job done fine :)

@patr1ckm
Copy link
Contributor Author

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants