Skip to content

Commit aed3880

Browse files
authored
Update articles/machine-learning/how-to-track-experiments-mlflow.md
1 parent 72f37b1 commit aed3880

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
@@ -153,7 +153,7 @@ runs[runs.status == "FINISHED"]
153153

154154
## Getting metrics, parameters, artifacts and models
155155

156-
The method `search_runs` returns a a Pandas `Dataframe` containing a limited amount of information by default. You can get Python objects if needed, which may be useful to get details about them. Use the `output_format` parameter to control how output is returned:
156+
The method `search_runs` returns a Pandas `Dataframe` containing a limited amount of information by default. You can get Python objects if needed, which may be useful to get details about them. Use the `output_format` parameter to control how output is returned:
157157

158158
```python
159159
runs = mlflow.search_runs(

0 commit comments

Comments
 (0)