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

The Task

The machine learning algorithm introduced in the beginning returns its forecast on the screen.
You have the option to revise your forecast.



Here you can see the last 30 days of the time series. In orange appear the data points that had to be predicted in your forecasting process.

For creating a forecast, the algorithm takes the following 15 parameters into account:

And arrives at a value of: {{ ml_prediction }}

{% comment %} {% if player.ctrl_treat == 'control' %} {% elif player.ctrl_treat == 'treatment' %} This is how important single features are to the algorithm: {% else %} Didn't work {% endif %} {% endcomment %}
Your previous forecast was:
{{ player.F1_Initial }}
{% formfield player.F1_Revised_Treat %}
{% next_button %} {% endblock %}