Commit f3b563a
authored
[doc] Fix a MLFlow doc for
## Description
1. the `mlflow.start_run()` does not have the `tracking_uri` arg:
https://mlflow.org/docs/latest/api_reference/python_api/mlflow.html#mlflow.start_run
2. rewrite the mlflow set up as follow
```
mlflow.set_tracking_uri(uri="file://some_shared_storage_path/mlruns")
mlflow.set_experiment("my_experiment")
mlflow.start_run()
```
## Related issues
N/A
---------
Signed-off-by: Lehui Liu <lehui@anyscale.com>mlflow.set_tracking_uri (#57973)1 parent 222c22e commit f3b563a
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments