Skip to content

Commit

Permalink
UPDATE Readme with installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanthini10 authored Jun 10, 2020
1 parent a5f41fa commit 431b9cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 431b9cf

Please sign in to comment.