Skip to content

Commit

Permalink
Fix example file path (mlflow#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored and andrewmchen committed Jun 5, 2018
1 parent 7a69ba6 commit aca724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To illustrate managing models, the ``mlflow.sklearn`` package can log Scikit-lea
MLflow artifacts and then load them again for serving. There is an example training application in
``example/quickstart/test_sklearn.py`` that you can run as follows::

$ python example/test_sklearn.py
$ python example/quickstart/test_sklearn.py
Score: 0.666
Model saved in run <run-id>

Expand Down

0 comments on commit aca724e

Please sign in to comment.