Skip to main content

Module drift_models

Module drift_models 

Source

Structs§

DecisionTreeDriftDetector
Depth-limited CART regression tree over a sliding window of labelled observations.
EnsembleDriftDetector
Ensemble of model-based drift detectors.
NeuralNetworkDriftDetector
Online multilayer perceptron drift detector.
PrequentialErrorTracker
Fast/slow exponentially-weighted tracking of a model’s squared prediction error, plus the persistence rule that turns it into a drift verdict.