driftThreshold property

double driftThreshold
final

Optional. Drift threshold. If calculated difference with baseline data larger than threshold, it will be considered as the feature has drift. If not present, the threshold will be default to 0.3.

Implementation

final double driftThreshold;