Global Performance Indicators
You can assess the quality of your predictive model's performance using the Expected MAPE. The expected MAPE is the evaluation of the 'error' made when using the predictive model to estimate the future values of the signal, whatever the horizon.
- For each actual observed value, the predictive model calculates as many forecasted values as requested by the analyst. This is called the horizon of forecasts.
- Each of those forecasted values is compared to the corresponding actual ones. Then, for each possible horizon, a per-horizon MAPE can be calculated. This value is the mean of the absolute differences between actual and forecast values, expressed as a percentage of the actual values.
- The expected MAPE is the mean of all per-horizon MAPE values that have been calculated.
- An expected MAPE of zero indicates a perfect predictive model. The lower the Horizon-Wide MAPE, the better your predictive model performance.
- An expected MAPE of 17.63% indicates that the error made when using a forecasted value is approximately 17%.

Forecasts vs. Actual
The forecast vs. actual graph displays curves for the forecast (predicted) and actual (target) values for the time series data source. It shows the predictive model's accuracy.
The predictions are displayed at the end of the graph. For each forecasted value, the predictive model provides estimates of the minimum and maximum errors.
- The area between the upper and lower limits of the possible errors in the predictive forecasts produced by your predictive model is called the confidence interval. This area is only displayed for predictive forecasts.
- Outliers are values marked with a red circle on the graph.
- The forecasting error indicator is the absolute difference between the actual and predicted values. This indicator is also called the residue. The residue abnormal threshold is set to three times the standard deviation of the residue values on an estimation (or validation) data source. The forecasted value and error limit values are listed in the forecast table for each predictive forecast.
Forecasts
The forecast table displays the following information to help you analyze the performance of your time series predictive model:
- Forecast: Predicted values for the predictive model over a set of known data called the validation partition.
- Error min and max: Minimum and maximum deviation measures of the values around the predictive forecasts. If you choose to segment your time series forecasting predictive model by entity, you will have this information for each segment.

Outliers
The output table displays details of the outliers. An actual signal value is considered an outlier if its corresponding forecasting error is abnormal relative to the forecasting error mean on the estimation data set.
The forecasting error indicator is the absolute difference between the actual and predicted values and is also called the residue. The abnormality threshold for residues is set to 3 times the standard deviation of the residue values in the training data set.
Anomalies are signal values outside the zone of possible error for the predictive forecast, defined by its upper and lower limits. The signal is compared to all the predictive forecasts.







