For a single feature, how it has changed in the training data versus some specified window
KEY | TYPE | Description |
---|---|---|
type | str | Data type of values in each distribution, typically 'categorical' or 'numerical'. |
trainingDistribution | dict | A dict describing the range of values in the training distribution. |
predictionDistribution | dict | A dict describing the range of values in the specified window. |
numericalTrainingDistribution | dict | A dict describing the summary statistics of the numerical training distribution. |
numericalPredictionDistribution | dict | A dict describing the summary statistics of the numerical prediction distribution. |
trainingStatistics | dict | A dict describing summary statistics of values in the training distribution. |
predictionStatistics | dict | A dict describing summary statistics of values in the specified window. |