skewThresholds property

Map<String, ThresholdConfig> skewThresholds
final

Key is the feature name and value is the threshold. If a feature needs to be monitored for skew, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between the training and prediction feature.

Implementation

final Map<String, ThresholdConfig> skewThresholds;