maxpumperla / hyperas

Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization
http://maxpumperla.com/hyperas/
MIT License
2.17k stars 316 forks source link

Support uniformint from hyperopt #244

Closed JonnoFTW closed 4 years ago

JonnoFTW commented 5 years ago

Can we get distributions.py to include uniformint which was recently merged into hyperopt here:

https://github.com/hyperopt/hyperopt/blob/762e89f14af8a6bacbcf258f8b5db063e297bcca/hyperopt/hp.py#L12

I know it's bad form, but perhaps distributions.py could simply read:

from hyperopt.hp import *

To cover any future changes automatically.