Skip to content

Commit

Permalink
Clarify when you see runs in mlflow ui (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Bodoff authored and aarondav committed Nov 2, 2018
1 parent ac954e2 commit 827d4e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/quickstart.rst
Expand Up @@ -120,9 +120,9 @@ either a local directory or a GitHub URI:
mlflow run git@github.com:mlflow/mlflow-example.git -P alpha=5
There's a sample project in ``tutorial``, including a ``MLproject`` file that
specifies its dependencies. All projects that run also log their Tracking API data in the local
``mlruns`` directory (or on your tracking server if you've configured one), so you should be able
to see these runs using ``mlflow ui``.
specifies its dependencies. if you haven't configured a :ref:`tracking server <tracking_server>`,
projects log their Tracking API data in the local ``mlruns`` directory so you can see these
runs using ``mlflow ui``.

.. note::
By default ``mlflow run`` installs all dependencies using `conda <https://conda.io/>`_.
Expand Down

0 comments on commit 827d4e0

Please sign in to comment.