Skip to content

Commit

Permalink
small documentation changes (mlflow#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
mparkhe authored and aarondav committed Jun 3, 2019
1 parent 077d139 commit 47b6575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/source/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,7 @@ for your run. Then, run your project using the command
mlflow run <uri> -m databricks --cluster-spec <json-cluster-spec>
where ``<uri>`` is a Git repository URI or a folder. You can pass Git credentials with the
``git-username`` and ``git-password`` arguments or using the ``MLFLOW_GIT_USERNAME`` and
``MLFLOW_GIT_PASSWORD`` environment variables.
where ``<uri>`` is a Git repository URI or a folder.

Iterating Quickly
-----------------
Expand Down
2 changes: 1 addition & 1 deletion mlflow/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def create(experiment_name, artifact_location):
Create an experiment.
All artifacts generated by runs related to this experiment will be stored under artifact
location, organized under specific run_uuid sub-directories.
location, organized under specific run_id sub-directories.
Implementation of experiment and metadata store is dependent on backend storage. ``FileStore``
creates a folder for each experiment ID and stores metadata in ``meta.yaml``. Runs are stored
Expand Down

0 comments on commit 47b6575

Please sign in to comment.