[tune] MLFlow Logger (#5438)

This commit is contained in:
Richard Liaw
2019-08-14 15:58:18 -07:00
committed by GitHub
parent 16acd18ce6
commit d7b309223b
7 changed files with 98 additions and 1 deletions
+1
View File
@@ -12,5 +12,6 @@ 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 nevergrad scikit-optimize hpbandster ConfigSpace
RUN pip install -U mlflow
RUN pip install -U pytest-remotedata>=0.3.1
RUN conda install pytorch-cpu torchvision-cpu -c pytorch