Skip to content

Commit 1f9c5d8

Browse files
authored
Merge pull request #187071 from AbeOmor/patch-42
Get rid for MLFlow URI notice, that is false now
2 parents 6396522 + 1c27b99 commit 1f9c5d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/machine-learning/how-to-use-mlflow.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ ws = Workspace.from_config()
6666
mlflow.set_tracking_uri(ws.get_mlflow_tracking_uri())
6767
```
6868

69-
>[!NOTE]
70-
>The tracking URI is valid up to an hour or less. If you restart your script after some idle time, use the get_mlflow_tracking_uri API to get a new URI.
71-
7269
Set the MLflow experiment name with `set_experiment()` and start your training run with `start_run()`. Then use `log_metric()` to activate the MLflow logging API and begin logging your training run metrics.
7370

7471
```Python

0 commit comments

Comments
 (0)