Confidence Sweep
https://api.roboflow.com/:workspace/model-evals/:evalId/confidence-sweepcurl "https://api.roboflow.com/my-workspace/model-evals/$EVAL_ID/confidence-sweep?api_key=$ROBOFLOW_API_KEY"Response
{
"splits": {
"test": {
"perThreshold": {
"0.00": { "precision": 0.02, "recall": 1.0, "f1": 0.039 },
"0.20": { "precision": 0.45, "recall": 0.92, "f1": 0.605 },
"0.37": { "precision": 0.85, "recall": 0.85, "f1": 0.85 },
"0.50": { "precision": 0.91, "recall": 0.78, "f1": 0.84 }
},
"optimalThreshold": 0.37,
"optimalMetrics": {
"precision": 0.85,
"recall": 0.85,
"f1": 0.85
},
"perClass": {
"Car-rims": {
"perThreshold": { "0.37": { "precision": 0.85, "recall": 0.85, "f1": 0.85 } },
"optimalThreshold": 0.37,
"optimalMetrics": { "precision": 0.85, "recall": 0.85, "f1": 0.85 }
}
}
},
"valid": { "...": "same shape" },
"train": { "...": "same shape" }
}
}Notes
Last updated
Was this helpful?