{% extends "base.html" %} {% block content %}
No memory records yet.
{% endfor %}Does a memory's stored confidence actually predict how often it turns out useful? A fixed-bin reliability curve over records with at least one recorded use (successful_uses + failed_uses) -- {{ calibration.records_considered }} record(s) considered, {{ calibration.records_excluded_no_evidence }} excluded for having no recorded outcome yet.{% if calibration.brier_score is not none %} Brier score: {{ "%.3f" | format(calibration.brier_score) }} (lower is better-calibrated).{% endif %}
| Subject | Type | Status | Scope | Confidence | Utility | Updated |
|---|---|---|---|---|---|---|
| {{ m.subject }} | {{ m.type.value }} | {{ m.status.value }} | {{ m.scope.value }} | {{ "%.2f" | format(m.confidence) }} | {{ "%.2f" | format(m.utility_score) }} | {{ m.updated_at }} |
| No memory records yet. | ||||||