DriftAndWarningDetector¶
A 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 data point.
Parameters
- x (numbers.Number)
Returns
DriftDetector: self