Forecast Plot
Model: {{ model_type }}
{% if model_params %}
Model Parameters: {{ model_params }}
{% endif %}
{% if metrics %}
Test Set Metrics:
- MAE: {{ metrics.MAE | round(2) }}
- MSE: {{ metrics.MSE | round(2) }}
- RMSE: {{ metrics.RMSE | round(2) }}
{% endif %}
{{ forecast_html | safe }}
{% if forecast_history %}
Forecast History
Download Forecast History
{% endif %}
Re-forecast