LICENCE
README.md
pyproject.toml
src/online_cp/CPS.py
src/online_cp/__init__.py
src/online_cp/classifiers.py
src/online_cp/evaluate.py
src/online_cp/kernels.py
src/online_cp/martingale.py
src/online_cp/metrics.py
src/online_cp/mondrian.py
src/online_cp/plotting.py
src/online_cp/py.typed
src/online_cp/regressors.py
src/online_cp.egg-info/PKG-INFO
src/online_cp.egg-info/SOURCES.txt
src/online_cp.egg-info/dependency_links.txt
src/online_cp.egg-info/requires.txt
src/online_cp.egg-info/top_level.txt
tests/test_classifiers.py
tests/test_cps.py
tests/test_kernels.py
tests/test_lasso.py
tests/test_martingale.py
tests/test_metrics.py
tests/test_mondrian.py
tests/test_regressors.py
tests/test_streaming_and_plotting.py
tests/test_svm.py