LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
frouros/__init__.py
frouros.egg-info/PKG-INFO
frouros.egg-info/SOURCES.txt
frouros.egg-info/dependency_links.txt
frouros.egg-info/not-zip-safe
frouros.egg-info/requires.txt
frouros.egg-info/top_level.txt
frouros/common/__init__.py
frouros/common/exceptions.py
frouros/common/update.py
frouros/datasets/__init__.py
frouros/datasets/base.py
frouros/datasets/exceptions.py
frouros/datasets/real.py
frouros/datasets/synthetic.py
frouros/metrics/__init__.py
frouros/metrics/base.py
frouros/metrics/prequential_error/__init__.py
frouros/metrics/prequential_error/base.py
frouros/metrics/prequential_error/fading_factor.py
frouros/metrics/prequential_error/prequential_error.py
frouros/semi_supervised/__init__.py
frouros/semi_supervised/base.py
frouros/semi_supervised/margin_density_based/__init__.py
frouros/semi_supervised/margin_density_based/base.py
frouros/semi_supervised/margin_density_based/md3.py
frouros/supervised/__init__.py
frouros/supervised/base.py
frouros/supervised/exceptions.py
frouros/supervised/modes.py
frouros/supervised/utils.py
frouros/supervised/cusum_based/__init__.py
frouros/supervised/cusum_based/base.py
frouros/supervised/cusum_based/cusum.py
frouros/supervised/cusum_based/geometric_moving_average.py
frouros/supervised/cusum_based/page_hinkley.py
frouros/supervised/ddm_based/__init__.py
frouros/supervised/ddm_based/base.py
frouros/supervised/ddm_based/ddm.py
frouros/supervised/ddm_based/ecdd.py
frouros/supervised/ddm_based/eddm.py
frouros/supervised/ddm_based/hddm.py
frouros/supervised/ddm_based/modes.py
frouros/supervised/ddm_based/rddm.py
frouros/supervised/ddm_based/stepd.py
frouros/supervised/window_based/__init__.py
frouros/supervised/window_based/adwin.py
frouros/supervised/window_based/base.py
frouros/supervised/window_based/kswin.py
frouros/tests/__init__.py
frouros/tests/conftest.py
frouros/tests/test_prequential_error.py
frouros/tests/test_real.py
frouros/tests/test_semi_supervised.py
frouros/tests/test_supervised.py
frouros/tests/test_synthetic.py
frouros/tests/test_transformations.py
frouros/tests/test_unsupervised.py
frouros/transformations/__init__.py
frouros/transformations/detectors/__init__.py
frouros/transformations/detectors/base.py
frouros/transformations/detectors/categorical.py
frouros/transformations/detectors/numerical.py
frouros/unsupervised/__init__.py
frouros/unsupervised/base.py
frouros/unsupervised/exceptions.py
frouros/unsupervised/utils.py
frouros/unsupervised/distance_based/__init__.py
frouros/unsupervised/distance_based/base.py
frouros/unsupervised/distance_based/emd.py
frouros/unsupervised/distance_based/histogram_intersection.py
frouros/unsupervised/distance_based/js.py
frouros/unsupervised/distance_based/kl.py
frouros/unsupervised/distance_based/mmd.py
frouros/unsupervised/distance_based/psi.py
frouros/unsupervised/statistical_test/__init__.py
frouros/unsupervised/statistical_test/base.py
frouros/unsupervised/statistical_test/chisquare.py
frouros/unsupervised/statistical_test/cvm.py
frouros/unsupervised/statistical_test/ks.py
frouros/unsupervised/statistical_test/welch_t_test.py
frouros/utils/__init__.py
frouros/utils/data_structures.py
frouros/utils/decorators.py
frouros/utils/logger.py
frouros/utils/stats.py
frouros/utils/validation.py