Skip to content

Commit 0bc5373

Browse files
authored
Update how-to-track-experiments-mlflow.md
1 parent 9d0bb73 commit 0bc5373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-track-experiments-mlflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ runs = mlflow.search_runs(experiment_ids=[ "1234-5678-90AB-CDEFG" ])
168168
runs[runs.status == "FINISHED"]
169169
```
170170

171-
### Searching runs accross experiments
171+
### Searching runs across experiments
172172

173173
The method `search_runs` require you to indicate the experiment name or ID you want to search runs in. However, if you want to query runs across multiple experiments, you can indicate the argument `search_all_experiments=True` to expand the search.
174174

0 commit comments

Comments
 (0)