From 00dae79dcf206d4415bb4c78052a1f9b18d102b6 Mon Sep 17 00:00:00 2001 From: Richin Jain Date: Fri, 14 Sep 2018 19:55:37 -0400 Subject: [PATCH] Update README.rst (#494) Fixed the path to correct quickstart example folder and script --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3e79c067edf6d..d96d7d064a648 100644 --- a/README.rst +++ b/README.rst @@ -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 `_, which logs tracking data in ``./mlruns``. This can then be viewed with the Tracking UI.