Training Metrics
Page Outline
Monitor the performance and progress of your training jobs in real-time. This category provides deep visibility into the training process, including algorithm logs, hyperparameter results, and feature importance rankings.
Endpoints
| Endpoint | Method | Path | Description |
|---|---|---|---|
| Get Metrics | GET | /{model_id}/training-metrics | Retrieve live training performance. |
| Get Hyperparameters | GET | /{model_id}/hyperparameters | View the best discovered parameters. |
| Get Logs | GET | /{model_id}/logs | Stream text logs from the training worker. |
| Get Details | GET | /{model_id}/training/details | Summary of the training run execution. |
| Feature Importance | GET | /{model_id}/feature-importance | Rank features by predictive influence. |
| Download Logs | GET | /{model_id}/logs/download | Export full training log artifacts. |