Description
A model-generated prediction about a PermitCase (risk_score, first_pass_probability, expected_review_days). Versioned via capability_id.
Instances
0
Properties
8
Declared Properties
| Property | Type | Constraints | Description |
|---|---|---|---|
Risk Score risk_score | decimal | requiredindexed | 0-1, higher = more likely to face blockers. e.g. 0.42 |
First-Pass Prob. first_pass_probability | decimal | requiredindexed | 0-1, probability of issue without revisions. e.g. 0.58 |
Predicted Days (med) predicted_days_median | integer | indexed | Median predicted review days. e.g. 67 |
Predicted Days (p90) predicted_days_p90 | integer | 90th pct predicted review days. e.g. 125 | |
Top Blockers top_predicted_blockers | json | Array of likely correction categories. e.g. ["setback","egress"] | |
Model Version model_version | string | requiredindexed | capability slug + version of producer. e.g. permit_risk_v0.3 |
Generated At generated_at | datetime | requiredindexed | Timestamp of prediction. e.g. 2024-06-13 |
Permit Case permit_case_id | string | requiredindexed | Linked PermitCase UUID. |
Outgoing Edges (10)
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.
WAS_GRADEDA Prediction was graded once the actual Outcome was known.
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.
← HAS_PREDICTIONA PermitCase has zero or more Predictions (one per model version).
← PRECEDEDA entity preceded B in a timeline.
← REQUIRESA code section requires an entity / configuration.
← SIMILAR_TOStatistical similarity (project↔project, AHJ↔AHJ).