| {{ key }} | {{ value|round(2) }} |
Training Data: {{ train_percent }}% ({{ train_size }} observations)
Test Data: {{ test_percent }}% ({{ test_size }} observations)
Forecast Periods: {{ forecast_periods }}
{% if metrics %}Mean Absolute Error (MAE): {{ metrics.MAE|round(4) }}
Mean Squared Error (MSE): {{ metrics.MSE|round(4) }}
Root Mean Squared Error (RMSE): {{ metrics.RMSE|round(4) }}
{% endif %} {{ forecast_html | safe }}