get_best_run
Identify the highest or lowest scoring run in an MLflow experiment based on a chosen metric, supporting metrics with special characters like '/'.
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 |
|---|---|---|---|
| experiment_id | Yes | ||
| metric | Yes | ||
| ascending | No |