{% from "_macros.html" import popover %} {% if not assessment %}

No tentative right-edge pivot at degree {{ default_degree }} for this date.

{% else %}
Probability
{{ "%.2f"|format(assessment.proba) }}
Pivot
{{ assessment.pivot_type|upper }} @ {{ assessment.pivot_timestamp.isoformat() }}
Degree
{{ assessment.degree }}
Model
{{ assessment.model_kind }}

Probability that the most recent tentative pivot is confirmed (will not be invalidated by a deeper move against it).

{% call popover("How we got probability " ~ ("%.2f" | format(assessment.proba)), anchor="right-edge") %}

Right-edge confirmation estimates whether the most recent pivot is real or likely to be invalidated. Trained per degree on real pivots from 2015–2024.

model{{ assessment.model_kind }}
degree{{ assessment.degree }}
pivot{{ assessment.pivot_type|upper }} @ {{ assessment.pivot_timestamp.isoformat() }}
probability{{ "%.2f"|format(assessment.proba) }}
{% endcall %}
{% endif %}