LICENSE
MANIFEST.in
README.rst
environment.yml
setup.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/contributing.rst
doc/index.rst
doc/intro.rst
doc/make.bat
doc/references.rst
doc/user_guide.rst
doc/zrefs.bib
doc/_templates/autosummary/class.rst
doc/examples/Evaluating Detectors.ipynb
doc/examples/Evaluating Robust Methods.ipynb
doc/examples/Introduction to Scikit-clean.ipynb
doc/examples/Noise SImulators.ipynb
scikit_clean.egg-info/PKG-INFO
scikit_clean.egg-info/SOURCES.txt
scikit_clean.egg-info/dependency_links.txt
scikit_clean.egg-info/not-zip-safe
scikit_clean.egg-info/requires.txt
scikit_clean.egg-info/top_level.txt
skclean/__init__.py
skclean/pipeline.py
skclean/simulate_noise.py
skclean/datasets/__init__.py
skclean/datasets/breast_cancer.csv
skclean/datasets/iris.csv
skclean/datasets/optdigits.csv
skclean/datasets/spambase.csv
skclean/datasets/vowel.csv
skclean/detectors/__init__.py
skclean/detectors/base.py
skclean/detectors/ensemble.py
skclean/detectors/neighbors.py
skclean/handlers/__init__.py
skclean/handlers/base.py
skclean/handlers/example_weighting.py
skclean/handlers/filters.py
skclean/models/__init__.py
skclean/models/ensemble.py
skclean/models/logistic_regression.py
skclean/models/svm.py
skclean/tests/__init__.py
skclean/tests/common_stuff.py
skclean/tests/test_all_estimators.py
skclean/tests/test_noise_simulation.py
skclean/tests/test_pipeline_skclean.py
skclean/tests/test_pipeline_sklearn.py
skclean/tests/test_utils.py
skclean/utils/__init__.py
skclean/utils/_utils.py
skclean/utils/noise_generation.py
skclean/utils/testing.py