calibration_resolve
Resolves a calibration prediction by recording the actual outcome and correctness, updating the Brier score for calibration assessment.
Instructions
Resolve a calibration prediction with the actual outcome. This feeds the Brier score calculation.
Args: prediction_id: The prediction ID from calibration_predict outcome: What actually happened correct: Was the prediction correct? True/False
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| correct | Yes | ||
| outcome | Yes | ||
| prediction_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |