LICENSE
README.md
pyproject.toml
setup.cfg
float/__init__.py
float/change_detection/__init__.py
float/change_detection/base_change_detector.py
float/change_detection/erics.py
float/change_detection/evaluation/__init__.py
float/change_detection/evaluation/change_detection_evaluator.py
float/change_detection/evaluation/measures/__init__.py
float/change_detection/evaluation/measures/detected_change_rate.py
float/change_detection/evaluation/measures/detection_delay.py
float/change_detection/evaluation/measures/false_discovery_rate.py
float/change_detection/evaluation/measures/mean_time_ratio.py
float/change_detection/evaluation/measures/missed_detection_rate.py
float/change_detection/evaluation/measures/time_between_false_alarms.py
float/change_detection/river/__init__.py
float/change_detection/river/river_change_detector.py
float/change_detection/skmultiflow/__init__.py
float/change_detection/skmultiflow/skmultiflow_change_detector.py
float/change_detection/tornado/__init__.py
float/change_detection/tornado/adwin.py
float/change_detection/tornado/cusum.py
float/change_detection/tornado/ddm.py
float/change_detection/tornado/eddm.py
float/change_detection/tornado/ewma.py
float/change_detection/tornado/fhddm.py
float/change_detection/tornado/fhddms.py
float/change_detection/tornado/fhddms_add.py
float/change_detection/tornado/hddm_a.py
float/change_detection/tornado/hddm_w.py
float/change_detection/tornado/mddm_a.py
float/change_detection/tornado/mddm_e.py
float/change_detection/tornado/mddm_g.py
float/change_detection/tornado/page_hinkley.py
float/change_detection/tornado/rddm.py
float/change_detection/tornado/seqdrift2.py
float/data/__init__.py
float/data/data_loader.py
float/data/preprocessing/__init__.py
float/data/preprocessing/base_scaler.py
float/data/preprocessing/sklearn_scaler.py
float/feature_selection/__init__.py
float/feature_selection/base_feature_selector.py
float/feature_selection/efs.py
float/feature_selection/fires.py
float/feature_selection/fsds.py
float/feature_selection/ofs.py
float/feature_selection/evaluation/__init__.py
float/feature_selection/evaluation/feature_selection_evaluator.py
float/feature_selection/evaluation/measures/__init__.py
float/feature_selection/evaluation/measures/nogueira_stability.py
float/feature_selection/river/__init__.py
float/feature_selection/river/river_feature_selector.py
float/pipeline/__init__.py
float/pipeline/base_pipeline.py
float/pipeline/distributed_fold_pipeline.py
float/pipeline/holdout_pipeline.py
float/pipeline/prequential_pipeline.py
float/pipeline/utils_pipeline.py
float/prediction/__init__.py
float/prediction/base_predictor.py
float/prediction/evaluation/__init__.py
float/prediction/evaluation/prediction_evaluator.py
float/prediction/evaluation/measures/__init__.py
float/prediction/evaluation/measures/mean_drift_performance_deterioration.py
float/prediction/evaluation/measures/mean_drift_restoration_time.py
float/prediction/evaluation/measures/noise_variability.py
float/prediction/evaluation/measures/river_classification_metric.py
float/prediction/river/__init__.py
float/prediction/river/river_classifier.py
float/prediction/skmultiflow/__init__.py
float/prediction/skmultiflow/skmultiflow_classifier.py
float/visualization/__init__.py
float/visualization/bar.py
float/visualization/change_detection_scatter.py
float/visualization/feature_selection_bar.py
float/visualization/feature_selection_scatter.py
float/visualization/feature_weight_box.py
float/visualization/plot.py
float/visualization/scatter.py
float/visualization/spider_chart.py
float_evaluation.egg-info/PKG-INFO
float_evaluation.egg-info/SOURCES.txt
float_evaluation.egg-info/dependency_links.txt
float_evaluation.egg-info/requires.txt
float_evaluation.egg-info/top_level.txt