{% extends "global/Page.html" %} {% load otree %} {% block title %} Feedback #{{ subsession.round_number }} {% endblock %} {% block content %}

Forecasting accuracy (Metric used: Absolute Percentage Error)


Actual value: {{ fcst_actual }}
Initial forecast ({{ player.F1_Initial }}) Final forecast ({{ player.F1_Revised }}) ML algorithm ({{ ml_prediction }})
This round {{ ape_round_rounded }}% {{ ape_round_rev_rounded }}% {{ ape_round_ml_rounded }}%
Accumulated {{ mape_rounded }}% {{ mape_rev_rounded }}% {{ mape_ml_rounded }}%
{% next_button %} {% endblock %}