README.md
pyproject.toml
pattern_drift/__init__.py
pattern_drift/classifier.py
pattern_drift/dispatcher.py
pattern_drift/feature_extractor.py
pattern_drift/monitor.py
pattern_drift/result.py
pattern_drift/sklearn_wrapper.py
pattern_drift/window_engine.py
pattern_drift.egg-info/PKG-INFO
pattern_drift.egg-info/SOURCES.txt
pattern_drift.egg-info/dependency_links.txt
pattern_drift.egg-info/requires.txt
pattern_drift.egg-info/top_level.txt
pattern_drift/detectors/__init__.py
pattern_drift/detectors/adwin.py
pattern_drift/detectors/base.py
pattern_drift/detectors/ddm.py
pattern_drift/detectors/kswin.py
pattern_drift/detectors/page_hinkley.py
tests/test_callbacks.py
tests/test_detectors.py
tests/test_drift_classification.py
tests/test_false_positive_rate.py
tests/test_monitor.py
tests/test_multi_feature_isolation.py
tests/test_property_based.py
tests/test_reset_isolation.py
tests/test_retraining_window.py
tests/test_sensitivity_calibration.py
tests/test_sklearn_pipeline.py
tests/test_synthetic_streams.py
tests/test_window_engine.py
tests/test_yaml_config.py