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

Using one variable as model type? #96

Open
cuihenggang opened this issue Mar 7, 2017 · 0 comments
Open

Using one variable as model type? #96

cuihenggang opened this issue Mar 7, 2017 · 0 comments

Comments

@cuihenggang
Copy link

cuihenggang commented Mar 7, 2017

Hi, I hope to search for the model type as well (e.g., logistic regression or SVM), but I'm not sure it's correct to represent the model type as another dimension in the search space.

For example, suppose we have two types of models to choose type=[0, 1], and there is one hyperparemter associated with each of the two models alpha=[0,...,10]. The hyperparameters of those two different types of models have completely different meanings. For example, it's possible that with model type 0, it's better to use an alpha in range [2,3], while with model type 1, it's better to use an alpha in range [7,8]. If we treat the search space as a two dimensional space of [type, alpha], I suspect it's not going to work, because the target function is not continuous in this space.

Do you know how to do that correctly?

Thank you!

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

1 participant