Skip to content

Commit

Permalink
MLflow docs tutorial: add instruction about installing scikit-learn (m…
Browse files Browse the repository at this point in the history
…lflow#1319)

* Install sklearn instruction

* Provide installation options
  • Loading branch information
dbczumar committed May 23, 2019
1 parent 110065d commit 0f6d4b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ To run this tutorial, you'll need to:

.. container:: python

- Install MLflow (via ``pip install mlflow``)
- Install MLflow and scikit-learn. There are two options for installing these dependencies:

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``)

- 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``
- ``cd`` into the ``examples`` directory within your clone of MLflow - we'll use this working
Expand Down

0 comments on commit 0f6d4b2

Please sign in to comment.