get_best_run
Find the best run in an MLflow experiment by a given metric, supporting names like 'accuracy' or 'loss' and special characters such as '/'. Set ascending to true for lower-is-better metrics.
Instructions
Get the best run by a specific metric (e.g., highest accuracy, lowest loss). Works with metrics containing special characters like '/' (e.g., 'trading/total_profit')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | ||
| ascending | No | ||
| experiment_id | Yes |