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

Allow to sample Lists of Hyperparameters #335

Open
Alken0 opened this issue Jul 21, 2023 · 0 comments
Open

Allow to sample Lists of Hyperparameters #335

Alken0 opened this issue Jul 21, 2023 · 0 comments

Comments

@Alken0
Copy link

Alken0 commented Jul 21, 2023

As a automl-developer I want to to create a network with n layers of different with.
Currently I cannot sample the with easily, I have to create an extra entry for each layer.
To make my life easier I would like to sample a list of Hyperparameters like so:

"layer_width": List(Integer("layer_width", (10, 100)), length=100)

It would be even better if the length could be dynamically adjusted, depending on another Hyperparameter.

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