Hi all,
I'm using Forecaster's Advanced Explainability export ("Send to Anaplan") and I'd like to confirm the intended behavior and the correct interpretation of the results.
Context
The Advanced Explainability data form requires a Time dimension, and it writes feature values per period into a target module dimensioned as Item ID × Features × Forecast version × Time. This differs from the explainability module documented in Anapedia, which is built without Time (Item ID + Forecast Feature Names in rows, single Feature Contribution line item in %, Summary = None).
The features written per item are: base_value_trend, Historical: linear_trend, Historical: Seasonality_Yearly, Anaplan Postprocessing. The Feature Contribution values are signed and non-normalized (ranging into the thousands of %, with negatives), so they look like a signed decomposition of the predicted level rather than the 0–100% relative-importance scores of the classic (PlanIQ-era) explainability.
Questions
- Is time-phased explainability writeback the intended behavior of Advanced Explainability, and how should the per-period values be read versus the time-less
Feature Contribution % in the standard module? - Are these components additive — i.e. should
base_value_trend + Historical: linear_trend + Historical: Seasonality_Yearly + Anaplan Postprocessing reconcile back to the Predicted Value for a given item/period? base_value_trend and Historical: linear_trend return identical values across all periods and items. Is this by design (base value = linear-trend component), or does it point to a duplicated source→target mapping on my side?- What exactly does the
Anaplan Postprocessing feature represent as a decomposition component?
Any confirmation from the product team or from anyone who has set up the Advanced Explainability writeback would be appreciated. Screenshot of the results module attached.
Thanks!