/ontology → entity-types

PredictionGrade

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

PropertyTypeConstraintsDescription
Precision
precision
decimalindexedPrecision against held-out outcome.
e.g. 0.72
Recall
recall
decimalindexedRecall against held-out outcome.
e.g. 0.61
Days MAE
days_mae
decimalindexedMean absolute error on predicted days.
e.g. 14.3
First-Pass Match
first_pass_match
booleanindexedTrue if predicted first_pass matched actual.
e.g. true
Graded At
graded_at
datetimerequiredindexedTimestamp of grading.
e.g. 2024-09-15
Prediction
prediction_id
stringrequiredindexedLinked Prediction UUID.
Outcome
outcome_id
stringrequiredindexedLinked Outcome UUID.
Grader Version
grader_version
stringrequiredindexedCapability that produced this grade.
e.g. backtest_grader_v0.1

Outgoing Edges (9)

ASSOCIATED_WITH_ACTOR
A PermitCase/Decision is associated with an Actor (architect/contractor).
CO_OCCURS_WITH
Statistical co-occurrence of two entities (most often two Corrections).
GOVERNED_BY
An entity is governed by a code section.
IMPACTED_BY_POLICY
An entity is governed by a Policy (zoning rule, historic overlay, etc).
LOCATED_IN
Entity is spatially located in another entity (AHJ, ZoningDistrict, Neighborhood, or Property).
PRECEDED
A entity preceded B in a timeline.
PROJECTED_FROM
Entity was projected from a fixture or raw doc.
SIMILAR_TO
Statistical similarity (project↔project, AHJ↔AHJ).
VIOLATES
An entity violates a code section.

Incoming Edges (7)

APPROVED_AFTER
A Decision came after a prior Decision/event in a chain.
CO_OCCURS_WITH
Statistical co-occurrence of two entities (most often two Corrections).
CONDITIONED_ON
An approval Decision was conditioned on something.
PRECEDED
A entity preceded B in a timeline.
REQUIRES
A code section requires an entity / configuration.
SIMILAR_TO
Statistical similarity (project↔project, AHJ↔AHJ).
WAS_GRADED
A Prediction was graded once the actual Outcome was known.