{% extends "global/Page.html" %} {% load otree %} {% block title %} Forecast #{{ subsession.round_number }} - Revision {% endblock %} {% block content %}
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:
| Your previous forecast was: {{ player.F1_Initial }} |
{% formfield player.F1_Revised_Treat %} |