Skip to content

Commit 988cd0b

Browse files
authored
Merge pull request #97 from ShivaSoleimany/patch-2
Update how-to-track-experiments-mlflow.md
2 parents 4189658 + 1edfc64 commit 988cd0b

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
@@ -164,7 +164,7 @@ By default, experiments are in descending order by `start_time`, which is the ti
164164
```
165165

166166
> [!WARNING]
167-
> Using `order_by` with expressions containing `metrics.*`, `params.*`, or `tags.*` in the parameter `order_by` isn't currently supported. Instead, use the `order_values` method from Pandas as shown in the example.
167+
> Using `order_by` with expressions containing `metrics.*`, `params.*`, or `tags.*` in the parameter `order_by` isn't currently supported. Instead, use the `sort_values` method from Pandas as shown in the example.
168168

169169
### Filter runs
170170

0 commit comments

Comments
 (0)