Skip to content

Commit

Permalink
Fix wrong directory name in README.rst (mlflow#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sungjun.Kim authored and tomasatdatabricks committed May 29, 2019
1 parent 6b0cf1f commit 3c344e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ Saving and Serving Models
-------------------------
To illustrate managing models, the ``mlflow.sklearn`` package can log scikit-learn models as
MLflow artifacts and then load them again for serving. There is an example training application in
``examples/sklearn_logisitic_regression/train.py`` that you can run as follows::
``examples/sklearn_logistic_regression/train.py`` that you can run as follows::

$ python examples/sklearn_logisitic_regression/train.py
$ python examples/sklearn_logistic_regression/train.py
Score: 0.666
Model saved in run <run-id>

Expand Down

0 comments on commit 3c344e7

Please sign in to comment.