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

any of implementation for a single hyper parameter #161

Closed
tmeshorer opened this issue Sep 17, 2020 · 1 comment
Closed

any of implementation for a single hyper parameter #161

tmeshorer opened this issue Sep 17, 2020 · 1 comment

Comments

@tmeshorer
Copy link

Hi All,

Is there a way to implement "any of" sampling for a single hyperparameter? For example, in a decision tree the
"max_features" hp, can have: int, float or {“auto”, “sqrt”, “log2”}, default=None

Hence, is there a way to define space for each possible option, and sample only from one of the spaces?

Thanks.

@mfeurer
Copy link
Contributor

mfeurer commented Dec 14, 2021

Unfortunately, we do not support this at the moment.

Closing this as a duplicate of #113.

@mfeurer mfeurer closed this as completed Dec 14, 2021
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