Skip to main content

Performance Metrics

Page Outline

Once training is complete, Model Studio generates a comprehensive suite of evaluation metrics. This category provides endpoints to retrieve specialized charts and reports like ROC curves, confusion matrices, and precision-recall curves to validate your model's readiness.

Endpoints

EndpointMethodPathDescription
Summary MetricsGET/{model_id}/evaluation/summaryCombined scorecards (Accuracy, F1, etc).
Confusion MatrixGET/{model_id}/evaluation/confusion-matrixAccuracy breakdown per class.
ROC CurveGET/{model_id}/evaluation/roc-curveTPR vs FPR over probability thresholds.
PR CurveGET/{model_id}/evaluation/pr-curvePrecision vs Recall trade-offs.
Classification ReportGET/{model_id}/evaluation/reportRaw precision/recall/f1 per label.
Misclassification ErrorsGET/{model_id}/evaluation/errorsSamples where the model struggled most.