From 431b9cf6c2c51c4ba1f2cf532a04f1efd91d0c01 Mon Sep 17 00:00:00 2001 From: Nanthini Balasubramanian Date: Wed, 10 Jun 2020 14:40:42 -0500 Subject: [PATCH] UPDATE Readme with installation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76d117f..8cb1391 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,9 @@ Performing HPO with RAPIDS on different frameworks: -1. Using MLFlow + Hyperopt for HPO using airline data. Run mlflow_hyperopt_airline.ipynb notebook -2. Using Optuna, Run optuna_rapids.ipynb +1. Using MLFlow + Hyperopt for HPO using airline data. Run `mlflow/mlflow_hyperopt_airline.ipynb` notebook + Install [hyperopt](http://hyperopt.github.io/hyperopt/) and [Mlflow](https://www.mlflow.org/docs/latest/index.html) + `pip install mlflow` + `pip install hyperopt` +2. Using Optuna, Run `optuna/optuna_rapids.ipynb` + Run `pip install optuna`