Skip to content

Commit

Permalink
Update README.rst (mlflow#494)
Browse files Browse the repository at this point in the history
Fixed the path to correct quickstart example folder and script
  • Loading branch information
jainr authored and smurching committed Sep 14, 2018
1 parent d74d519 commit 00dae79
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 @@ -29,9 +29,9 @@ To report bugs, please use GitHub issues.

Running a Sample App With the Tracking API
------------------------------------------
The programs in ``example`` use the MLflow Tracking API. For instance, run::
The programs in ``examples`` use the MLflow Tracking API. For instance, run::

python example/quickstart/test.py
python examples/quickstart/mlflow_tracking.py

This program will use `MLflow Tracking API <https://mlflow.org/docs/latest/tracking.html>`_,
which logs tracking data in ``./mlruns``. This can then be viewed with the Tracking UI.
Expand Down

0 comments on commit 00dae79

Please sign in to comment.