LICENSE.md
MANIFEST.in
README.md
requirements.txt
setup.py
test_requirements.txt
./requirements.txt
feature_engine/VERSION
feature_engine/__init__.py
feature_engine/base_transformers.py
feature_engine/dataframe_checks.py
feature_engine/parameter_checks.py
feature_engine/variable_manipulation.py
feature_engine.egg-info/PKG-INFO
feature_engine.egg-info/SOURCES.txt
feature_engine.egg-info/dependency_links.txt
feature_engine.egg-info/not-zip-safe
feature_engine.egg-info/requires.txt
feature_engine.egg-info/top_level.txt
feature_engine/creation/__init__.py
feature_engine/creation/combine_with_reference_feature.py
feature_engine/creation/mathematical_combination.py
feature_engine/discretisation/__init__.py
feature_engine/discretisation/arbitrary.py
feature_engine/discretisation/decision_tree.py
feature_engine/discretisation/equal_frequency.py
feature_engine/discretisation/equal_width.py
feature_engine/encoding/__init__.py
feature_engine/encoding/base_encoder.py
feature_engine/encoding/count_frequency.py
feature_engine/encoding/decision_tree.py
feature_engine/encoding/mean_encoding.py
feature_engine/encoding/one_hot.py
feature_engine/encoding/ordinal.py
feature_engine/encoding/probability_ratio.py
feature_engine/encoding/rare_label.py
feature_engine/encoding/woe.py
feature_engine/imputation/__init__.py
feature_engine/imputation/arbitrary_number.py
feature_engine/imputation/base_imputer.py
feature_engine/imputation/categorical.py
feature_engine/imputation/drop_missing_data.py
feature_engine/imputation/end_tail.py
feature_engine/imputation/mean_median.py
feature_engine/imputation/missing_indicator.py
feature_engine/imputation/random_sample.py
feature_engine/outliers/__init__.py
feature_engine/outliers/artbitrary.py
feature_engine/outliers/base_outlier.py
feature_engine/outliers/trimmer.py
feature_engine/outliers/winsorizer.py
feature_engine/selection/__init__.py
feature_engine/selection/base_selector.py
feature_engine/selection/drop_constant_features.py
feature_engine/selection/drop_correlated_features.py
feature_engine/selection/drop_duplicate_features.py
feature_engine/selection/drop_features.py
feature_engine/selection/recursive_feature_addition.py
feature_engine/selection/recursive_feature_elimination.py
feature_engine/selection/shuffle_features.py
feature_engine/selection/single_feature_performance.py
feature_engine/selection/smart_correlation_selection.py
feature_engine/selection/target_mean_selection.py
feature_engine/transformation/__init__.py
feature_engine/transformation/boxcox.py
feature_engine/transformation/log.py
feature_engine/transformation/power.py
feature_engine/transformation/reciprocal.py
feature_engine/transformation/yeojohnson.py
feature_engine/wrappers/__init__.py
feature_engine/wrappers/wrappers.py
tests/test_creation/__init__.py
tests/test_creation/test_combine_with_reference_feature.py
tests/test_creation/test_mathematical_combination.py
tests/test_discretisation/__init__.py
tests/test_discretisation/test_arbitrary_discretiser.py
tests/test_discretisation/test_decistion_tree_discretiser.py
tests/test_discretisation/test_equal_frequency_discretiser.py
tests/test_discretisation/test_equal_width_discretiser.py
tests/test_encoding/__init__.py
tests/test_encoding/test_count_frequency_encoder.py
tests/test_encoding/test_decision_tree_encoder.py
tests/test_encoding/test_mean_encoder.py
tests/test_encoding/test_onehot_encoder.py
tests/test_encoding/test_ordinal_encoder.py
tests/test_encoding/test_probability_ratio_encoder.py
tests/test_encoding/test_rare_label_encoder.py
tests/test_encoding/test_woe_encoder.py
tests/test_imputation/__init__.py
tests/test_imputation/test_arbitrary_number_imputer.py
tests/test_imputation/test_categorical_imputer.py
tests/test_imputation/test_drop_missing_data.py
tests/test_imputation/test_end_tail_imputer.py
tests/test_imputation/test_mean_mdian_imputer.py
tests/test_imputation/test_missing_indicator.py
tests/test_imputation/test_random_sample_imputer.py
tests/test_outliers/__init__.py
tests/test_outliers/test_arbitrary_capper.py
tests/test_outliers/test_outlier_trimmer.py
tests/test_outliers/test_winsorizer.py
tests/test_selection/__init__.py
tests/test_selection/conftest.py
tests/test_selection/test_drop_constant_features.py
tests/test_selection/test_drop_correlated_features.py
tests/test_selection/test_drop_duplicate_features.py
tests/test_selection/test_drop_features.py
tests/test_selection/test_recursive_feature_addition.py
tests/test_selection/test_recursive_feature_elimination.py
tests/test_selection/test_shuffle_features.py
tests/test_selection/test_single_feature_performance_selection.py
tests/test_selection/test_smart_correlation_selection.py
tests/test_selection/test_target_mean_selection.py
tests/test_transformation/__init__.py
tests/test_transformation/test_boxcox_transformer.py
tests/test_transformation/test_log_transformer.py
tests/test_transformation/test_power_transformer.py
tests/test_transformation/test_reciprocal_transformer.py
tests/test_transformation/test_yeojohnson_transformer.py
tests/test_wrappers/__init__.py
tests/test_wrappers/test_sklearn_wrapper.py