BinaryDriftAndWarningDetectorΒΆ
A binary drift detector that is also capable of issuing warnings.
AttributesΒΆ
-
drift_detected
Whether or not a drift is detected following the last update.
-
warning_detected
Whether or not a drift is detected following the last update.
MethodsΒΆ
update
Update the detector with a single boolean input.
Parameters
- x (bool)
Returns
BinaryDriftDetector: self