Skip to content

Commit 7e2037f

Browse files
committed
add uri=
Signed-off-by: Lehui Liu <lehui@anyscale.com>
1 parent e01c3e8 commit 7e2037f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/train/user-guides/experiment-tracking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ If applicable, make sure that you properly set up credentials on each training w
183183
.. testcode::
184184
:skipif: True
185185

186-
mlflow.set_tracking_uri("file://some_shared_storage_path/mlruns")
186+
mlflow.set_tracking_uri(uri="file://some_shared_storage_path/mlruns")
187187
mlflow.set_experiment("my_experiment")
188188
mlflow.start_run()
189189

0 commit comments

Comments
 (0)