You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -237,14 +237,17 @@ In this example, note that the better model has a predicted vs. true line that i
237
237
### Predicted vs. true chart for a bad model
238
238

239
239
240
-
## Forecast horizon (preview)
240
+
## Forecast horizon
241
241
242
242
For forecasting experiments, the forecast horizon chart plots the relationship between the models predicted value and the actual values mapped over time per cross validation fold, up to 5 folds. The x axis maps time based on the frequency you provided during training setup. The vertical line in the chart marks the forecast horizon point also referred to as the horizon line, which is the time period at which you would want to start generating predictions. To the left of the forecast horizon line, you can view historic training data to better visualize past trends. To the right of the forecast horizon, you can visualize the predictions (the purple line) against the actuals (the blue line) for the different cross validation folds and time series identifiers. The shaded purple area indicates the confidence intervals or variance of predictions around that mean.
243
243
244
244
You can choose which cross validation fold and time series identifier combinations to display by clicking the edit pencil icon on the top right corner of the chart. Select from the first 5 cross validation folds and up to 20 different time series identifiers to visualize the chart for your various time series.
245
245
246
-
> [!IMPORTANT]
247
-
> This chart is only available for models generated from training and validation data. We allow up to 20 data points before and up to 80 data points after the forecast origin. Visuals for models based on test data are not supported at this time.
246
+
>[!IMPORTANT]
247
+
> This chart is available in the training run for models generated from training and validation data as well as in the test run based on training data and test data. We allow up to 20 data points before and up to 80 data points after the forecast origin.
248
+
> For DNN models, this chart in the training run shows data from the last epoch i.e. after the model has been trained completely.
249
+
> This chart in the test run can have gap before the horizon line if validation data was explicitly provided during the training run.
250
+
>This is becasue training data and test data is used in the test run leaving out the validation data which results in gap.
0 commit comments