[tune] Add scikit-optimize to Tune (#3924)

This commit is contained in:
Adi Zimmerman
2019-02-11 17:06:02 -08:00
committed by Richard Liaw
parent 8df772867c
commit 9797028a91
6 changed files with 175 additions and 0 deletions
+1
View File
@@ -10,4 +10,5 @@ RUN pip install -U h5py # Mutes FutureWarnings
RUN pip install --upgrade bayesian-optimization
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
RUN pip install --upgrade sigopt
RUN pip install --upgrade scikit-optimize
RUN conda install pytorch-cpu torchvision-cpu -c pytorch