Description
Verification of a Prediction once the actual Outcome is known. Carries precision/recall/MAE + grading capability version.
Instances
0
Properties
8
count as of ~83 min ago
Declared Properties
| Property | Type | Constraints | Description |
|---|---|---|---|
Precision precision | decimal | indexed | Precision against held-out outcome. e.g. 0.72 |
Recall recall | decimal | indexed | Recall against held-out outcome. e.g. 0.61 |
Days MAE days_mae | decimal | indexed | Mean absolute error on predicted days. e.g. 14.3 |
First-Pass Match first_pass_match | boolean | indexed | True if predicted first_pass matched actual. e.g. true |
Graded At graded_at | datetime | requiredindexed | Timestamp of grading. e.g. 2024-09-15 |
Prediction prediction_id | string | requiredindexed | Linked Prediction UUID. |
Outcome outcome_id | string | requiredindexed | Linked Outcome UUID. |
Grader Version grader_version | string | requiredindexed | Capability that produced this grade. e.g. backtest_grader_v0.1 |
Outgoing Edges (9)
ASSOCIATED_WITH_ACTORA PermitCase/Decision is associated with an Actor (architect/contractor).
CO_OCCURS_WITHStatistical co-occurrence of two entities (most often two Corrections).
GOVERNED_BYAn entity is governed by a code section.
IMPACTED_BY_POLICYAn entity is governed by a Policy (zoning rule, historic overlay, etc).
LOCATED_INEntity is spatially located in another entity (AHJ, ZoningDistrict, Neighborhood, or Property).
PRECEDEDA entity preceded B in a timeline.
PROJECTED_FROMEntity was projected from a fixture or raw doc.
SIMILAR_TOStatistical similarity (project↔project, AHJ↔AHJ).
VIOLATESAn entity violates a code section.
Incoming Edges (7)
← APPROVED_AFTERA Decision came after a prior Decision/event in a chain.
← CO_OCCURS_WITHStatistical co-occurrence of two entities (most often two Corrections).
← CONDITIONED_ONAn approval Decision was conditioned on something.
← PRECEDEDA entity preceded B in a timeline.
← REQUIRESA code section requires an entity / configuration.
← SIMILAR_TOStatistical similarity (project↔project, AHJ↔AHJ).
← WAS_GRADEDA Prediction was graded once the actual Outcome was known.