HpBandSter
HpBandSter copied to clipboard
a distributed Hyperband implementation on Steroids
Minor grammatical changes to best_practices.rst
Added example as discussed in #59 * added a callback example with live monitoring of BOHB training (runs and run parameters) to open and free Neptune project * example monitored...
Hi, I'm very interested in BOHB and tried this library. Then, I found that the formula for calculating the number of samples in [the implementation](https://github.com/automl/HpBandSter/blob/master/hpbandster/optimizers/bohb.py#L138) is different from that of...
The n_iterations argument for Hyperband seems to correspond to number of brackets as mentioned in the original paper. Is this correct? If so, why isn't the default value for n_iterations...
First off, great job on the library! Secondly, I think it would be a good idea to have an option to define callbacks. For example, I would like to log...
scipy recently moved factorial function from scipy.misc to scipy.special. Would you do a quick fix on the HpBandSter code to update it as well? Right now I can't use the...
Hello, I already tried to run several jobs on a cluster. The jobs are running on the server but the output files are always empty. I would be grateful if...
Hi, really interesting hyperparameter optimization framework, congrats! I read through the paper and went through the code, but I am still struggling to understand what happens when an invalid configuration...
Hello I am trying to install your package, but I am receiving this error. can you please help me? Could not find a version that satisfies the requirement hpbandster (from...
Hi, I would like to optimize the configuration which includes some variables which should be sampled after converted into log scale. I checked your codes and found there I could...