Skip to content

Commit

Permalink
add docfix (mlflow#1424)
Browse files Browse the repository at this point in the history
sckit-learn -> scikit-learn
  • Loading branch information
nathansuh authored and mateiz committed Jun 27, 2019
1 parent b28d201 commit 12fadf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To run this tutorial, you'll need to:
1. Install MLflow with extra dependencies, including scikit-learn
(via ``pip install mlflow[extras]``)
2. Install MLflow (via ``pip install mlflow``) and install scikit-learn separately
(via ``pip install sckit-learn``)
(via ``pip install scikit-learn``)

- Install `conda <https://conda.io/projects/conda/en/latest/user-guide/install/index.html>`_
- Clone (download) the MLflow repository via ``git clone https://github.com/mlflow/mlflow``
Expand Down

0 comments on commit 12fadf3

Please sign in to comment.