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

Implement Multitype Hyperparameter #165

Open
pvk-developer opened this issue Jan 30, 2020 · 0 comments
Open

Implement Multitype Hyperparameter #165

pvk-developer opened this issue Jan 30, 2020 · 0 comments
Assignees

Comments

@pvk-developer
Copy link
Collaborator

Nowadays most of the Hyperparameters are using a multi type value where their value can take several values, at the moment BTB is missing a MultiTypeHyperparam class.

These hyperparameters consist of a single value which can have multiple types and different
conditions depending on the type.
An example of this would be a hyperparameter that can be either:

  • None
  • A float value between 0 and 1
  • An integer value
  • One of auto, mean, min, max.
@pvk-developer pvk-developer self-assigned this Jan 30, 2020
@pvk-developer pvk-developer added this to the 0.3.6 milestone Jan 30, 2020
@pvk-developer pvk-developer removed this from the 0.3.6 milestone Feb 11, 2020
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