Summary of important range mismatches for a numerical feature discovered by a model monitoring instance
KEY | TYPE | Description |
---|---|---|
name | str | Name of feature. |
trainingMin | float | Minimum value of training distribution for the specified feature. |
trainingMax | float | Maximum value of training distribution for the specified feature. |
predictionMin | float | Minimum value of prediction distribution for the specified feature. |
predictionMax | float | Maximum value of prediction distribution for the specified feature. |
freqAboveTrainingRange | float | Frequency of prediction rows below training minimum for the specified feature. |
freqBelowTrainingRange | float | Frequency of prediction rows above training maximum for the specified feature. |