Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated the installation instruction.
  • Loading branch information
jinzhang21 authored and Jin Zhang committed Nov 10, 2022
1 parent 31f8031 commit 690617e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ Your contribution to MLflow Recipes is greatly appreciated by the community!
- [**Classification**: Credit card fraud detection](classification/README.md)

## Installation instructions
Follow the [MLflow Recipes installation guide](https://mlflow.org/docs/latest/recipes.html#installation).
To use MLflow Recipes in this example repository,
simply install the packages listed in the `requirements.txt` file:
```
pip install requirements.txt
```

You may need to install additional libraries for extra features:
- [Hyperopt](https://pypi.org/project/hyperopt/) is required for hyperparameter tuning.
- [PySpark](https://pypi.org/project/pyspark/) is required for distributed training or to ingest Spark tables.
Expand Down

0 comments on commit 690617e

Please sign in to comment.