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/metrics.py
sklego/model_selection.py
sklego/naive_bayes.py
sklego/neighbors.py
sklego/pandas_utils.py
sklego/pipeline.py
sklego/testing.py
sklego/this.py
sklego/data/abalone.zip
sklego/data/arrests.zip
sklego/data/chickweight.zip
sklego/data/hearts.zip
sklego/data/heroes.zip
sklego/data/penguins.zip
sklego/decomposition/__init__.py
sklego/decomposition/pca_reconstruction.py
sklego/decomposition/umap_reconstruction.py
sklego/meta/__init__.py
sklego/meta/_grouped_utils.py
sklego/meta/confusion_balancer.py
sklego/meta/decay_estimator.py
sklego/meta/estimator_transformer.py
sklego/meta/grouped_estimator.py
sklego/meta/grouped_predictor.py
sklego/meta/grouped_transformer.py
sklego/meta/outlier_classifier.py
sklego/meta/outlier_remover.py
sklego/meta/subjective_classifier.py
sklego/meta/thresholder.py
sklego/mixture/__init__.py
sklego/mixture/bayesian_gmm_classifier.py
sklego/mixture/bayesian_gmm_detector.py
sklego/mixture/gmm_classifier.py
sklego/mixture/gmm_outlier_detector.py
sklego/preprocessing/__init__.py
sklego/preprocessing/columncapper.py
sklego/preprocessing/dictmapper.py
sklego/preprocessing/identitytransformer.py
sklego/preprocessing/intervalencoder.py
sklego/preprocessing/outlier_remover.py
sklego/preprocessing/pandastransformers.py
sklego/preprocessing/patsytransformer.py
sklego/preprocessing/projections.py
sklego/preprocessing/randomadder.py
sklego/preprocessing/repeatingbasis.py
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_lowess.py
tests/test_estimators/test_mixture_classifier.py
tests/test_estimators/test_mixture_detector.py
tests/test_estimators/test_neighbor_classifier.py
tests/test_estimators/test_pca_reconstruction.py
tests/test_estimators/test_probweight_regression.py
tests/test_estimators/test_randomregressor.py
tests/test_estimators/test_umap_reconstruction.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_predictor.py
tests/test_meta/test_grouped_transformer.py
tests/test_meta/test_outlier_classifier.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_metrics/test_subset_metric.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_columnselector.py
tests/test_preprocessing/test_dictmapper.py
tests/test_preprocessing/test_identitytransformer.py
tests/test_preprocessing/test_informationfilter.py
tests/test_preprocessing/test_interval_encoder.py
tests/test_preprocessing/test_orthogonal_transformer.py
tests/test_preprocessing/test_outlier_remover.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