setup.py
scikit_lego.egg-info/PKG-INFO
scikit_lego.egg-info/SOURCES.txt
scikit_lego.egg-info/dependency_links.txt
scikit_lego.egg-info/requires.txt
scikit_lego.egg-info/top_level.txt
sklego/__init__.py
sklego/base.py
sklego/common.py
sklego/datasets.py
sklego/dummy.py
sklego/linear_model.py
sklego/meta.py
sklego/metrics.py
sklego/mixture.py
sklego/model_selection.py
sklego/naive_bayes.py
sklego/pandas_utils.py
sklego/pipeline.py
sklego/preprocessing.py
sklego/testing.py
sklego/data/abalone.csv
sklego/data/chickweight.csv
sklego/data/heroes.csv
tests/__init__.py
tests/conftest.py
tests/test_datasets.py
tests/test_common/__init__.py
tests/test_common/test_basics.py
tests/test_common/test_transformerselectormixin.py
tests/test_estimators/__init__.py
tests/test_estimators/test_basics.py
tests/test_estimators/test_deadzone.py
tests/test_estimators/test_demographic_parity.py
tests/test_estimators/test_equal_opportunity.py
tests/test_estimators/test_gmm_naive_bayes.py
tests/test_estimators/test_mixture_classifier.py
tests/test_estimators/test_mixture_detector.py
tests/test_estimators/test_randomregressor.py
tests/test_meta/__init__.py
tests/test_meta/test_confusion_balancer.py
tests/test_meta/test_decay_estimator.py
tests/test_meta/test_estimatortransformer.py
tests/test_meta/test_grouped_model.py
tests/test_meta/test_outlier_remover.py
tests/test_meta/test_subjective_classifier.py
tests/test_meta/test_thresholder.py
tests/test_metrics/__init__.py
tests/test_metrics/test_correlation_score.py
tests/test_metrics/test_equal_opportunity.py
tests/test_metrics/test_p_percent.py
tests/test_model_selection/__init__.py
tests/test_model_selection/test_klusterfold.py
tests/test_model_selection/test_timegapsplit.py
tests/test_preprocessing/__init__.py
tests/test_preprocessing/test_columncapper.py
tests/test_preprocessing/test_columndropper.py
tests/test_preprocessing/test_informationfilter.py
tests/test_preprocessing/test_orthogonal_transformer.py
tests/test_preprocessing/test_pandastypeselector.py
tests/test_preprocessing/test_patsy_transformer.py
tests/test_preprocessing/test_randomadder.py
tests/test_preprocessing/test_repeatingbasisfunction.py