Support "range" hyperparameters
@kveerama is already working on this.
Since Feb 22, 2019.
- Dominant language
- Python
- Stars
- 176
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
There are some cases where a hyperparameter is a range of values. An example of this is the quantile_range in scikit-learn Robust Scaler
Currently, a user could separate this range in two values, upper and lower bounds, and set two different float hyperparameters, but then proposals should have to be discarded also on the user side in the cases where the lower bound is higher than the upper bound.
A part from that, having to split a single hyperparameter in two conditioned parts to interact with BTB makes the automation of the process much more complicated.
Can we think of a way to support such hyperparameters natively inside BTB?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.