feature-engine

View on PyPIReverse Dependencies (124)

1.8.2 feature_engine-1.8.2-py2.py3-none-any.whl

Wheel Details

Project: feature-engine
Version: 1.8.2
Filename: feature_engine-1.8.2-py2.py3-none-any.whl
Download: [link]
Size: 374974
MD5: 0607aa0aea9b5eea3323eef0d2200ccb
SHA256: 2315b0625beec8a52801d048e937591ef36225ad5ef32e5475615a235a491dd0
Uploaded: 2024-11-03 09:08:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: feature-engine
Version: 1.8.2
Summary: Feature engineering and selection package with Scikit-learn's fit transform functionality
Author: Soledad Galli
Author-Email: solegalli[at]protonmail.com
Home-Page: http://github.com/feature-engine/feature_engine
License: BSD 3 clause
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9.0
Requires-Dist: numpy (>=1.18.2)
Requires-Dist: pandas (>=2.2.0)
Requires-Dist: scikit-learn (>=1.4.0)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: statsmodels (>=0.11.1)
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 9102 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.44.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
feature_engine/VERSION sha256=5wZupRfLyeVjlnmX5c8uOomSUEA9rG-6olu2sYFdFso 6
feature_engine/__init__.py sha256=Oz5up4aAyTyFsK8P8I_771fb7buJgFM5O84_1KxxL2E 267
feature_engine/dataframe_checks.py sha256=yuJh12B0fv3o3spgHILGSUf5t0a4RWx3qI9nU4bVnmU 9827
feature_engine/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
feature_engine/tags.py sha256=0v428zSqocO3bvB26nIqRnTZJVnnigY9901NqkdH8QM 1598
feature_engine/_base_transformers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
feature_engine/_base_transformers/base_numerical.py sha256=A7bYIhyR6qyEs8N7QOD0p8POrqSZk9oNKbV9J6-8flQ 3866
feature_engine/_base_transformers/mixins.py sha256=E5AUF2wBXrQ2VSK142dzMu4hwsDoH48YJu52EtFqagQ 7141
feature_engine/_check_init_parameters/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
feature_engine/_check_init_parameters/check_init_input_params.py sha256=XJFzupE2o7zIKcJ5aiFuPqy0dSJfORjvMwrp9nvO2AA 493
feature_engine/_check_init_parameters/check_input_dictionary.py sha256=yEYC2mNl2pyN8TTc467LR-baBqinkHzBdbgk8EQOJ6M 916
feature_engine/_check_init_parameters/check_variables.py sha256=BQjTjYnA2yC8aALwRcZPpmCuNgb8pgm_O_6PbzfoGN8 1324
feature_engine/_docstrings/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
feature_engine/_docstrings/fit_attributes.py sha256=Iqcf08sHg150K6RtnK_NNZC5-cAuLEvUcOTjtkQEhj0 1820
feature_engine/_docstrings/methods.py sha256=r4G6fqLO959zbNwMIU8l_Qoqu3kPMM34VOVmq7Pjd30 1284
feature_engine/_docstrings/substitute.py sha256=ef_88xDUvq4jFrfIIO08mgfQjsnrUUXemGAXzveLvGA 725
feature_engine/_docstrings/init_parameters/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
feature_engine/_docstrings/init_parameters/all_trasnformers.py sha256=Xmx8pvMLHl_bTZzWXMzrs77zAMI-N64hlM4W2DWm_s0 1245
feature_engine/_docstrings/init_parameters/creation.py sha256=msmlflSGgsesWTPyNCnLanO6CLnFKwxH4cMyASVheh8 2719
feature_engine/_docstrings/init_parameters/discretisers.py sha256=qZZymQe6xDeaC7LaHZjJMASuvxaXJ11YBtwouXZ_XPI 714
feature_engine/_docstrings/init_parameters/encoders.py sha256=C32sXjQvKE9gdUx0EN-N3H8XoVdBbQcoQiMta5TSeBM 1095
feature_engine/_docstrings/init_parameters/outliers.py sha256=BA_uOxF9qDyhKtb8wHRTEpYTvca-88LrsyMUIYKNT90 1728
feature_engine/_docstrings/init_parameters/selection.py sha256=CGrvVO3iuqGCzg1nj4waDiO2z3dP81czJy4qq2dPfjM 605
feature_engine/_docstrings/selection/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
feature_engine/_docstrings/selection/_docstring.py sha256=kBV-zN72_V0JPE99DFWbSfzkcf9hzNXgK-mzKdP-AHE 3526
feature_engine/_prediction/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
feature_engine/_prediction/base_predictor.py sha256=axfU-M--emsuQg7AbXzDeVCWuMirr1pFevThjVhbESI 9532
feature_engine/_prediction/target_mean_classifier.py sha256=ABG72gr4giAJtLYAlxvr4lvKCEmmuwOPXGzkYrTUA-g 6291
feature_engine/_prediction/target_mean_regressor.py sha256=JlvRXG8taW5mqMFJHJK6XnxKHbPyaXcwI4WNmJYsNH8 4043
feature_engine/creation/__init__.py sha256=yRo6In3kia6AEyRqa7yWhg2M8_Kh-rYc7syfxAPm2yQ 428
feature_engine/creation/base_creation.py sha256=HZUSTxMZgPNiLeH5R3bpKa7lB1-8R0bWWLh056CXyE4 4170
feature_engine/creation/cyclical_features.py sha256=l35giOdFUB3zpRbbqjz2GxpH1cv3pgLqVAo4RcPtBIA 5943
feature_engine/creation/decision_tree_features.py sha256=_4o0DHmJtZh8KAITsJ_1g5DwZ_uRJ8ofZj1PhkD-FEI 17787
feature_engine/creation/math_features.py sha256=ZHWS94h0npbQ5lt6h6Zw1lyHC5FFHCYApVBJRJCB5ho 7947
feature_engine/creation/relative_features.py sha256=-hq5tFskHzmZodVVGmksOGHHemmniD9MSlsj9LBnY34 10655
feature_engine/datasets/__init__.py sha256=2-l4qzt4nn1LgcZ4ha9rUVFBPSbrOHufqbHCZF2P80Q 62
feature_engine/datasets/titanic.py sha256=36fmkVsWPOhvQ-FWUEACoSt2CA3-sHpFgK1dFvC0WOo 4190
feature_engine/datetime/__init__.py sha256=tycvePxZy3CZNDlbF0RZ59ErA61mmhM3UD9f8ndllLw 211
feature_engine/datetime/_datetime_constants.py sha256=0vqA3osJcclJCgg-g-EFAku8HiM0cj0DmQDQ0HPQPQU 2239
feature_engine/datetime/datetime.py sha256=E4eNnJg_dD7C368CoUiCy2J1D4q3VT_9ZcOfI0siHqg 13790
feature_engine/datetime/datetime_subtraction.py sha256=Bbxi4EqzJ7mhUD6H-vFRRNnHpOe4ZJrwlvMHcPUngMs 12504
feature_engine/discretisation/__init__.py sha256=BsBNMO5H53kesJpICoWlk5kTiANdO7v7mO209yPCNYM 526
feature_engine/discretisation/arbitrary.py sha256=zpZLok867M9O3fn4f-ERySSkkzGiUyeD9ceSY2f0CFU 6521
feature_engine/discretisation/base_discretiser.py sha256=w09KADJHA6Zu7unbOdhaMeSHa5AtIckjJE3Irgg__Qw 2622
feature_engine/discretisation/decision_tree.py sha256=EkgjCi0MXUKi7W0G3WS14DQEmKo1qgMgap52NMsmwmg 12903
feature_engine/discretisation/equal_frequency.py sha256=3o1FtF4L8focWGNmb35gE_FfCKHIMNOkUKF3fYlz_WY 5004
feature_engine/discretisation/equal_width.py sha256=gZYQsw24f0bbMyRB4q2Lnerbt6YNUj50rSInVF60ey8 5293
feature_engine/discretisation/geometric_width.py sha256=ac3h25bhJMCKFE_XiARUksX3XAhNS6t_RC2WkpRRGDs 5362
feature_engine/encoding/__init__.py sha256=F1QOxj24ZbZ6JJf7ztt5Mix1zY7qNBGl89nvgk4BhVc 636
feature_engine/encoding/_helper_functions.py sha256=lgwaBcVb_46Kw831JlBNageRee35lfk7lw-Fx6Hb5F0 512
feature_engine/encoding/base_encoder.py sha256=pFNwkygt5URwjG3fLg77Y_fsJ3xC-lCn5mZIbHwQdBE 9818
feature_engine/encoding/count_frequency.py sha256=JYSiJcpT0y7Nsy4cOXDBgBIMe8yECN5OXgkYoz5wQU8 6693
feature_engine/encoding/decision_tree.py sha256=quAzljbF6kDMGUO2vKb7MiABWymMjUfk0KeM0dHTtNc 12884
feature_engine/encoding/mean_encoding.py sha256=OOExf6BqwH2GoO8Dz_cddcIl701tZCKtotdzjly9d7w 8907
feature_engine/encoding/one_hot.py sha256=m1FQ9KEe3tBsX7wjykZz2_wMca0YOK5G4_adpGBu6NA 11239
feature_engine/encoding/ordinal.py sha256=J7vG5j9D6VVfvTjui_EOUwzW832UlA5LWqf1z_-TaG4 7218
feature_engine/encoding/rare_label.py sha256=Ulq30kNr54qfPOpAkgNYOg3EXvR9kWJlmfgqjdZdURM 9498
feature_engine/encoding/similarity_encoder.py sha256=--o5liOATH3ap4lw7XcasiT8ZmkboaLd-NQXiD4HEOE 14120
feature_engine/encoding/woe.py sha256=vgV85XqZAsphn-iTHWh2LOnxKaPRpYY8Hiak78_1mWY 9676
feature_engine/imputation/__init__.py sha256=3oFYCaE8scWXAo_LHKIJtPDD_qGkh5mtFpyZpzVakMM 600
feature_engine/imputation/arbitrary_number.py sha256=ao7NV4eX_DW9Ceblp95an15cWfYnUhDcghJ53BD4WYo 4908
feature_engine/imputation/base_imputer.py sha256=G4faD9msb87CSTSSiYsoWxaF8EjNjFbd1f_vEP-YIEk 2519
feature_engine/imputation/categorical.py sha256=9x5QEvwpgzwvj7L55y9_73NyHjviUc62XMZ1YYGM6ms 9089
feature_engine/imputation/drop_missing_data.py sha256=MvQakYts2scOUA6NEcoV7o92XuxtGuNvhwssu02Tqno 7794
feature_engine/imputation/end_tail.py sha256=QMwFgoTgHMnFAolU1xJugN_u-7GffpJxxzDsgRY20fo 6789
feature_engine/imputation/mean_median.py sha256=Ehu2ePSPf6wFy52fugynjI7A7II8T4KrAbnoB6kSzoY 4048
feature_engine/imputation/missing_indicator.py sha256=rb2_iLFydhND6TSbEVbTvKDGinClq4qTtny7Kf9VyZk 5604
feature_engine/imputation/random_sample.py sha256=msVob4hK0YFfz26QdBzgSBg3YiK7rOWX50KAxNE9Zfw 9513
feature_engine/outliers/__init__.py sha256=KmWGMLt2rMHrfSAAyaCa68q-Vnh9PYK0PJMMQuQtarw 261
feature_engine/outliers/artbitrary.py sha256=Q7DktYVSLAgJZMRFLkGRMZKnD2-r-1KsCoZIYKDHHq4 6162
feature_engine/outliers/base_outlier.py sha256=fzS2I4cGnxxazDrO1nF4TlrLsJzACrERcM0eSAuvApg 10019
feature_engine/outliers/trimmer.py sha256=1K6M2nuonwmSYzD_mRYAqXHcV5eAWtB_zXpdrqwweBU 5986
feature_engine/outliers/winsorizer.py sha256=BTnQt1cbnsH8HyKG8TSj-Ie4-YSXD3HSy2W7PWKRFAE 8233
feature_engine/pipeline/__init__.py sha256=gArjwqfN4FAkcAB4f_jecEmawousBV-cZixwPf32nLo 87
feature_engine/pipeline/pipeline.py sha256=zlS9P89xuwLmaUFJn64dyydQ4slv2-bqqGwvmrpr6hM 22725
feature_engine/preprocessing/__init__.py sha256=NJF6Fwu9RDz7guK0Hr_h30KAOdFv5ec1NH5HsG1s_Bc 265
feature_engine/preprocessing/match_categories.py sha256=vajHNQ4mseiLaMymAmzzS6LY3fzwQCjkeEmiFu9nRXo 6401
feature_engine/preprocessing/match_columns.py sha256=3d7rfzG8fiMkiO_GQi3LT5X9JE44MujJugX2rGyWYzE 9920
feature_engine/scaling/__init__.py sha256=CqqldSM0neTdD84e5eDPNcdLb6zX1FfeO3-YKQ5fmxE 201
feature_engine/scaling/mean_normalization.py sha256=AKuoV9Ux8VExA-f7Pl2xrVrKLfcYBydy2tAqxs7JH_M 5274
feature_engine/selection/__init__.py sha256=a9R1cTT_kCICkjIkjKrDqoRFXwXYaB-s_Sq3gQk-mvY 1311
feature_engine/selection/_selection_constants.py sha256=oc-xMNe1MkJBt3YDxP6mAFoPhqRj0151oA-XLxtzS-8 1015
feature_engine/selection/base_recursive_selector.py sha256=gXpxtFaQXc60r4xA4N5KOI_zJepyPX_KerapWU7fFwM 7722
feature_engine/selection/base_selection_functions.py sha256=ln_C4tDekbApixme6lL-zdQ3Thavo730DZ-cguAFNhw 9768
feature_engine/selection/base_selector.py sha256=fMCYTySSAqpHXARIwIF6U19nF2iSg_UQ0dYdYDg-1jw 4227
feature_engine/selection/drop_constant_features.py sha256=evpMDjhItRprSUbpW1EneSa346z2ZtCegY87nBYegbg 7346
feature_engine/selection/drop_correlated_features.py sha256=Rm_He6t4xSxEZdlgmaOILwhjklVezsWtCGDe_hkF3Lg 6769
feature_engine/selection/drop_duplicate_features.py sha256=dWmjp_ZE4W5ejo5heNW1jGtqQGGdm6kgNofHn0dMaYs 5577
feature_engine/selection/drop_features.py sha256=rwYSW5SthQbFDvdixV3DJ1aE8LUTz9rROy3ig03f8bQ 3592
feature_engine/selection/drop_psi_features.py sha256=SqVbXLzSQVnuHTUSM-c-NRXzSBiv21ue4isrmFC4qWc 29691
feature_engine/selection/information_value.py sha256=PfK8Iu__4nUe-cDpAL8m0yRzADQlRrPM5WhDO2EPyFc 9189
feature_engine/selection/mrmr.py sha256=9_WmBkD1aTcbO8xxHGDJmk9ghfLYyLUkF2U1_MBoA2M 16335
feature_engine/selection/probe_feature_selection.py sha256=FBpPAdwVRQoUYzGa17qdcjP4ScQ92HOZd66NJKph0jM 11821
feature_engine/selection/recursive_feature_addition.py sha256=QojUGO1BiVDX4l23msObW2uGK4uPg0ZNDoDZtHCjP-o 7220
feature_engine/selection/recursive_feature_elimination.py sha256=hSxgQnnE8w23NKepg3DuasMBtjI_RpwdmQ9jD2EavhQ 7147
feature_engine/selection/shuffle_features.py sha256=tlaaxRgsIrWSZVsbFrQJHdhSHrAtKR2Qyr6lpMem_SM 10404
feature_engine/selection/single_feature_performance.py sha256=nioa9MKoVl9t23BqaMdi8vidn2P7SXxFpxLOGbI9MbA 8251
feature_engine/selection/smart_correlation_selection.py sha256=pI22QQ7RA-5xehMcquDsVEjXckO1SeOzHCL22SVUF9o 11868
feature_engine/selection/target_mean_selection.py sha256=bUdoaK9KhBC8TihMZ8ZYBI3JCdIm-pVoT6EttAXCACs 11670
feature_engine/timeseries/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
feature_engine/timeseries/forecasting/__init__.py sha256=LSD9xhGxqCjwesgVecjO6ZqsWeUoX_zT6dnXxaEaHoo 288
feature_engine/timeseries/forecasting/base_forecast_transformers.py sha256=eN41Vokf2zYKdPXAvHP9iZse7RSuwByNi3A9nERvVyI 7328
feature_engine/timeseries/forecasting/expanding_window_features.py sha256=E3SnIRcTvljMAxlokM_r7nAY29zzFFObAB-ZNraoTxc 7838
feature_engine/timeseries/forecasting/lag_features.py sha256=aDz0ENOyP7SMvyM4ez4-pL2la01g0VnMaoSmOBLBNzY 9223
feature_engine/timeseries/forecasting/window_features.py sha256=Gg5z2cyG34fIR2ZAkjGBGAvRJ2n_Ys3fwue9lnUB3qw 9462
feature_engine/transformation/__init__.py sha256=OTh4hGTwSnvv3SrDjMvu0UUucSmqrsSkxb60_oxTOQc 552
feature_engine/transformation/arcsin.py sha256=In4VJrhXyBjk4liTyOP4-t2eMVLv63ODbDguluO3Yvw 6873
feature_engine/transformation/boxcox.py sha256=pQm0cZdAQhsGvca77rK_Iij-OMQ5k84lyyBdNxzFHfE 6765
feature_engine/transformation/log.py sha256=hYROCBz3oqReIF-Y_czQBIMs7HK4Zmth-8HrZo9Tkzg 14083
feature_engine/transformation/power.py sha256=hqZhPt-l44HJwX8HMF8v-dhSDyNU6qwe5WZ-fydeFgg 4680
feature_engine/transformation/reciprocal.py sha256=N8H2JHeyv70eq_Lda_v1WxqvqD3C7aBqPy-JwDzOjM4 5794
feature_engine/transformation/yeojohnson.py sha256=_xscqmzlYPwiFtJMWTpRsBveDiBUQd1vHmPe8W3S34A 6452
feature_engine/variable_handling/__init__.py sha256=IVfilt3yJqTgRRWmvwrRZ2cZyx1GxKhozih_aHkYYDc 896
feature_engine/variable_handling/_variable_type_checks.py sha256=msxJEBbvh1SKgZrkK4j23eSn6UH0v4NxMrl6L4bceRw 1995
feature_engine/variable_handling/check_variables.py sha256=k2AKTGfPKmo_r7vu8rSryQLjjSaljidGS-umapPsAO8 5867
feature_engine/variable_handling/dtypes.py sha256=ptdP-7GPvcOwWpubhgIkV9M2yEoVY8bLEzOoWDuGuL4 44
feature_engine/variable_handling/find_variables.py sha256=sPUqSlkPTl-L-o_Ux8wICciPJg2SLYlUgod96fws5cc 8950
feature_engine/variable_handling/retain_variables.py sha256=0TnSkmHbInfMObzyp6dSnPsHkG0vEPbhrSsILBFKqXA 1484
feature_engine/wrappers/__init__.py sha256=juxDqLva5qg1stktePrzOv95pKJijmf4mpz1a0SE7zU 254
feature_engine/wrappers/wrappers.py sha256=36RJM0kZp2TKOwexhUaqtIvpfIpgoM3GR14zkdhExUY 15010
tests/estimator_checks/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/estimator_checks/dataframe_for_checks.py sha256=zWpmKw5AmPhIPPJ-jn14q7Ls1bb2hfK8Gh3kgwnpHIg 1346
tests/estimator_checks/estimator_checks.py sha256=itNJvsTKWId9VlaL9MLHvfS6AxdkWp7PkkH87sVeNwk 4351
tests/estimator_checks/fit_functionality_checks.py sha256=hus3hSZDTthbrtYftu4uuXOdO4mQjtD4_n5r_7UrKBk 1117
tests/estimator_checks/get_feature_names_out_checks.py sha256=dOgOPg7lgIdeqFtc-LMVrHOcPCmgSuW5KK_4HJQmSOo 2653
tests/estimator_checks/init_params_allowed_values_checks.py sha256=N5vSNtCEiFsq0_Kn5VY4U_5Og_sxtHVzypTHDPAJGRo 1907
tests/estimator_checks/init_params_triggered_functionality_checks.py sha256=LRoXEZRue0JF5eKEeegYrsl-zLthOQypGBdOpOcLndI 6359
tests/estimator_checks/non_fitted_error_checks.py sha256=R7UNipqDUyF1z_47cxsvsKv-tCvKcZvMSwkPcK4w1vQ 659
tests/estimator_checks/variable_selection_checks.py sha256=E5TGJLKy73OkhiUB_ADet5tNO5goDNrF6nBSp4_JcVo 7751
tests/test_check_init_parameters/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_check_init_parameters/test_check_init_input_params.py sha256=OTcJdeHQ-ReCwCf6y57JtdjfWXoAbD1thUtKCZmwYjE 569
tests/test_check_init_parameters/test_check_input_dictionary.py sha256=oBIzGbTMCxN__yQiks1wpW5JXaeQHC6apayVfI5XU5w 565
tests/test_check_init_parameters/test_check_variables.py sha256=VV_2jQyJUnScoadFsvcO0_Y89ErkLqqbP5LMqnMXLHg 1480
tests/test_creation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_creation/test_check_estimator_creation.py sha256=foKxBi5z5yD7xZfq3NrLFbrua3jub2UNKPyTSFM8LyE 1781
tests/test_creation/test_cyclical_features.py sha256=2h-B6OkeolDJIP5rDoCNSBQekUR-916NB9DIpwpFmmI 5574
tests/test_creation/test_decision_tree_features.py sha256=yct1jtXYbNvR0WOEeoMPFq6ol0KeTm6_JFhXQn0vUp8 16011
tests/test_creation/test_math_features.py sha256=JN93pIZvtO5sPsCgszr7AUR_wChUZCnyLh3TpgoE8YU 10827
tests/test_creation/test_relative_features.py sha256=i9tsd0Tltcs5SKDWuWz9S45h6D28nW1CNKGlmmXnuNM 13796
tests/test_datetime/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_datetime/conftest.py sha256=6S0_9aKDQv7P_Bb5vmaBBrC4OPh0O7uGF0L9ibAOxZs 4601
tests/test_datetime/test_check_estimator_datetime.py sha256=HAirNReeFjwM99PbE6T7Ge2uwWXotSlOUsDvbSPOM1M 1347
tests/test_datetime/test_datetime_features.py sha256=juaSwVE3sJ_QQfXrzz94HzR4uiSWOQQYr2zDm8INCx4 18402
tests/test_datetime/test_datetime_subtraction.py sha256=LAlMUSunVCvEDpxALYuidyj8N_Dy8q53yXgjxU4GxaM 12515
tests/test_discretisation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_discretisation/test_arbitrary_discretiser.py sha256=lHDRYt5vx87MG_9RZs8AABAmDh5jiIjk_r41aOMsRhg 4370
tests/test_discretisation/test_base_discretizer.py sha256=YxCIGnc4xbYM-WA-zNW2gmSPcau59SOAFAM0uysaU7o 2623
tests/test_discretisation/test_check_estimator_discretisers.py sha256=OuzCaDG0bWvmh7NImsikJA2mOFEdMlzH_CtMfhDVl-Q 1668
tests/test_discretisation/test_decision_tree_discretiser.py sha256=ktvs6QTDGPyae3LD58KbIFe74b7lN9FeF95LixLdH8A 9274
tests/test_discretisation/test_equal_frequency_discretiser.py sha256=PiGBQ5YIRYzGt6vrDoYUqLOQwvqMkv7FLxt7_OAwcCs 2532
tests/test_discretisation/test_equal_width_discretiser.py sha256=H2ww_8C6K6becuOqSOZzGQAbeMnxmghsgXPnwB4zYk4 2494
tests/test_discretisation/test_geometric_width_discretiser.py sha256=OtMyMrzXzMQzFcCHN9pvT1Upc5K4mk3LHQBbkBXW2Gg 3148
tests/test_encoding/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_encoding/test_check_estimator_encoders.py sha256=urOheN9OXmhQ59R87ISdt54FLzaUOfCwr1fi1MJ5Kb0 8340
tests/test_encoding/test_count_frequency_encoder.py sha256=bZN82wY8dvBz0LmRotoFtZ7gMsodl6tDoiwguQbiAco 14323
tests/test_encoding/test_decision_tree_encoder.py sha256=bA4bN3XDw8kM8TEuFhJepJRuFae0Pmrn3Mls_IXLXOg 11655
tests/test_encoding/test_helper_functions.py sha256=paNeJ74uFD5Nic7jW9S4Ce9HQujvu1W7Mrev8_Hjyps 851
tests/test_encoding/test_mean_encoder.py sha256=rxiyQMNcDcMwBPlc4p-cseZUVM3ycN0yF_6hTPPoK0M 13944
tests/test_encoding/test_onehot_encoder.py sha256=7TVzV2UBWXz6xVs4I84bIT9-qK7-Xkv4Jqlz_92gdKE 17284
tests/test_encoding/test_ordinal_encoder.py sha256=eCqT-_S7Kxl26VOnk92BJwc1fZ1THivukNpX35OvtFY 10605
tests/test_encoding/test_rare_label_encoder.py sha256=dhXsVvWPf4LSbksdXJfa0ZQJU5EvGo1MBb3CbLlaV68 13875
tests/test_encoding/test_similarity_encoder.py sha256=j1YoSVwFst2PBF0Oz7fAEG2HnbkL8oXs1OLJpgbr3rg 10991
tests/test_encoding/test_base_encoders/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_encoding/test_base_encoders/test_categorical_init_mixin.py sha256=oRXSW9QgprbVQiq6AW8kZVDyDbxhFXiEIcTAsaeZRLY 628
tests/test_encoding/test_base_encoders/test_categorical_init_mixin_na.py sha256=AaJzzSc648nDuBjOd18ItuhEMIHjhYdHKznzf8JDUPA 1105
tests/test_encoding/test_base_encoders/test_categorical_method_mixin.py sha256=z8iZtVXCtU_gu51QGv-pEPgEv89haJHATHX1F_Qap94 5624
tests/test_encoding/test_woe/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_encoding/test_woe/test_woe_class.py sha256=yYx3x8KmUg379011mKgF38A04245h1c7r1nMBwRuHZY 2053
tests/test_encoding/test_woe/test_woe_encoder.py sha256=Q0-DBYMjWb3j1Hfcqm4rT56gLHe1jrI9cR3gArgmZ2E 13157
tests/test_imputation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_imputation/test_arbitrary_number_imputer.py sha256=eliiNGNWeaTHi4TfowalfACiCW1utbhCWMJ4ZMggvL8 2891
tests/test_imputation/test_categorical_imputer.py sha256=qp-rOShQg4H58VuazHFckeUWGNxYv7qUk2E93ZdvQp0 10954
tests/test_imputation/test_check_estimator_imputers.py sha256=abUkxuRVBQ3JmTp8Ja3eFECWbaV0Jn89mOTqBKX5E80 1893
tests/test_imputation/test_drop_missing_data.py sha256=9sT0D2icuJ6q6O3eygxljT7tfliysd6NRlCAz_SZJnM 4652
tests/test_imputation/test_end_tail_imputer.py sha256=h0XxmiI_V13JTt3Ik_xEikBeCRVnsiEAJyW9ODy0fh4 3485
tests/test_imputation/test_mean_mdian_imputer.py sha256=VWudIwyMCLKLYbLwENW261j8RjljTjeqGkS7KA9LWrg 2126
tests/test_imputation/test_missing_indicator.py sha256=kTn1bwAApC35xd0SOJDgQj0hCFGrffysQ8Daw6NWv0w 3511
tests/test_imputation/test_random_sample_imputer.py sha256=0jZdkBqVgZa3-_RXEsU3ZBpTKNwVUmDskvyk6E3GrnA 9384
tests/test_outliers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_outliers/test_arbitrary_capper.py sha256=hAKn5q_pKJ-QC46QGxB8s-IoYsMMuaX7oLHEf2vkVnc 6194
tests/test_outliers/test_check_estimator_outliers.py sha256=iceLYna6hghbNAeRTbXU7zFe5nl_8qzpHYOWlQSDwV4 1744
tests/test_outliers/test_outlier_trimmer.py sha256=VKIKN1rI4ErkCEtpMUgd6edcgXCcDcT74yQ_jxs7MRU 3577
tests/test_outliers/test_winsorizer.py sha256=5mHlPhYOzcRlFZRcakCHIN9K2vuFX7Yfp6bw-h78UhQ 14212
tests/test_prediction/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_prediction/conftest.py sha256=5jF8WmkdtckPUMiS-pAZdkltyteSALxgWlfVPDznPak 1162
tests/test_prediction/test_check_estimator_prediction.py sha256=ylYTrkUQx9aX4BCC5H7aeURZxCdTk8byLWWsFrFMl_8 8815
tests/test_prediction/test_target_mean_classifier.py sha256=CIn4mEsHdSrQ_scPzMBNsrt0E-gaDSVkrmYFRGO9UuQ 7856
tests/test_prediction/test_target_mean_regressor.py sha256=rV84jbI72ZtoTG51kpHh2Vsyiibv65_Me1oypr4oy9s 4565
tests/test_preprocessing/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_preprocessing/test_check_estimator_preprocessing.py sha256=dQax2E1T5cVqLEcEMVHlCsPvQ89eeGnwuj5I1tIYgsc 1661
tests/test_preprocessing/test_match_categories.py sha256=ax-moOE0TjVrkugqD2aYXcIqEtA_99mrM61P7xc7ap8 2530
tests/test_preprocessing/test_match_columns.py sha256=0Kumv1iHUoffjl8eeO0hgDPtat5PJaTh8najwpJadO8 11977
tests/test_scaling/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_scaling/test_mean_normalization.py sha256=x_P4wmXpAKi4Gm4ttSH2S0tzn8lGD7QEKLRjLaM5s6o 3708
tests/test_selection/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_selection/conftest.py sha256=bcUW0jlvVp2CU357RYZ0KjsOJ24iLKE4R0LZyR0DbJ8 2530
tests/test_selection/test_base_selection_functions.py sha256=kB2FAjlckJ6gGVmjYHsRbdjqVMzqLQJBt2YC_KFSe88 8974
tests/test_selection/test_base_selector.py sha256=oU4lIzTvUdyhGZnUx9qcaIscmtXrD9l89U0Vq0tarx4 1685
tests/test_selection/test_check_estimator_selectors.py sha256=IdFpg6i_DenwQgjUhbmOcV6H-WVdEVCAAEyTtLY_3GA 4805
tests/test_selection/test_drop_constant_features.py sha256=3UIc5ZBg1s47Ecwxzp41P-e7wYSyWOcl7G2eo9wjj9E 5858
tests/test_selection/test_drop_correlated_features.py sha256=v8feMqMkKpQpnXKNUrzmzuSPIRQzNB3j9phXuEKCc4g 6764
tests/test_selection/test_drop_duplicate_features.py sha256=HIGV0_gwP2nWhicToGB2W93ZHQfHNl1e2t_qvluQe2Y 3983
tests/test_selection/test_drop_features.py sha256=ZPgMDCfV5clJSiDC_bk0aI7pevPKQ5yr-Vo2-dlyrEo 3349
tests/test_selection/test_drop_high_psi_features.py sha256=j47QjzSYZEHqH5yzQo4W4mPyUbSV-8OdilXM_tCMKmU 25466
tests/test_selection/test_information_value.py sha256=7nELq0eIwoA2924z3gTAlUvaH70LLbZ18zRZQTES3HM 5105
tests/test_selection/test_mrmr.py sha256=62eRddSHYwTe8_DRHoP2PuUYh3OpSNYzL6MbRsK3e7M 10127
tests/test_selection/test_probe_feature_selection.py sha256=GCaIcVZ4gMg3yxLg0rlmtxv0WK8oIK353UtMpOY5qsw 13278
tests/test_selection/test_recursive_feature_addition.py sha256=9cHYtowfWsp1-uRNcHQBC4Fv5V1PNFfD4QubEKe_syk 7682
tests/test_selection/test_recursive_feature_elimination.py sha256=w1e1jqgmrSHoe-ed84DjQRownZSoXlzYZZmFrh85_OE 8301
tests/test_selection/test_recursive_feature_selectors.py sha256=xnUgkWExDJDYJVcmKyN8B0tGegU0RM5eb0dOdVVEo30 4352
tests/test_selection/test_shuffle_features.py sha256=qmXcYoH01H4jJQAy_izF5uZecsavkYjblFFoHLNDQgk 5199
tests/test_selection/test_single_feature_performance.py sha256=ZO-7UKvPk9GqczvNkmL1dtv2WdtcPYRwy-PDpS81Mmk 7973
tests/test_selection/test_smart_correlation_selection.py sha256=8fNU-iMm1f3908dlFhDDRDK6Dq8rn_9u0Pb9qmEv2cY 12372
tests/test_selection/test_target_mean_selection.py sha256=5ib59uuNEpP6rl6WOWg6ojWiyn42TVGjcTgSeTzhXXo 7285
tests/test_time_series/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_time_series/test_forecasting/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_time_series/test_forecasting/conftest.py sha256=XNFIUvE54NJ05T3nF_7d6KOYuD7ZHcS_WarxN5QNR28 1684
tests/test_time_series/test_forecasting/test_check_estimator_forecasting.py sha256=DEReIu-4SntGMduVab8FE686aLFVYj222VazmZyLh6E 2152
tests/test_time_series/test_forecasting/test_expanding_window_features.py sha256=vAVG8i-gqST8S22g0504rHQGxXchPKRfUeVJ_Q4h2mc 15037
tests/test_time_series/test_forecasting/test_lag_features.py sha256=XRhcVhS4dsvFdeA2UgrWaVWYmJldCOaAkE_dl_YXfx4 14608
tests/test_time_series/test_forecasting/test_window_features.py sha256=mLUxZgtD8WgSDRPfnS71o-0HFNpQjuW7COLss_Jhdt0 17335
tests/test_transformation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_transformation/test_arcsin_transformer.py sha256=pk9BNFXpJG-O8CLA986bM6L2QEMOc2zC142Qkgvr88A 2217
tests/test_transformation/test_boxcox_transformer.py sha256=lzFDInFbkY8upShy8R2qsmeGduXY9VR71oISfW6Mn9E 2320
tests/test_transformation/test_check_estimator_transformers.py sha256=MbtNziIrvSr0ifdHkgD486lDoa7DC41U3Q9HEGO_Cic 1404
tests/test_transformation/test_log_transformer.py sha256=0ilEazc5CL0MId3lDrKHvsnZNSfOXk2K2PMpc1XrYHY 4313
tests/test_transformation/test_logcp_transformer.py sha256=t8g5zYzrcMzClSpRDtew7n0O54a_aiy4iGwMSBpD8zI 4127
tests/test_transformation/test_power_transformer.py sha256=_TIMMrhS7-NG5V8XMLn96Tsk3d7LBWIQSU-l58SFS8k 2634
tests/test_transformation/test_reciprocal_transformer.py sha256=SImhzKvvv4nEpmP3xe9z5RoVezCVRzxChn_42Kw9cQA 2324
tests/test_transformation/test_yeojohnson_transformer.py sha256=34jDcySQ9FOf4X7SO2ihfjcpW50qt-diQycdTwHRT_0 5184
tests/test_variable_handling/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_variable_handling/conftest.py sha256=av4mmRa_0JQgqp3FBA86DfrubC-d4X6bX9su-XpIAoQ 1243
tests/test_variable_handling/test_check_variables.py sha256=dmqzHVoxjXsOXRrRnWMVTLlCFTE0bBgCf3eTIQYNzlE 6300
tests/test_variable_handling/test_find_variables.py sha256=c_yTsYj_T65TzQU9C31utXjGxvYs-uD8nDLxWdsmPP8 5529
tests/test_variable_handling/test_remove_variables.py sha256=Mv1YQGBvyNhn3MWUuvEpRy-reJSHrvFfTt1QSKqGN9g 927
tests/test_wrappers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_wrappers/test_check_estimator_wrappers.py sha256=cqA-m_jQq2YVWE6BSlt7qqql1M4DR83qqjUa2rY18CY 1531
tests/test_wrappers/test_sklearn_wrapper.py sha256=SStMxxOHKmRuvhrxaelNLmd9Dvy29koSaRqRtNGpqLc 19764
feature_engine-1.8.2.dist-info/LICENSE.md sha256=AS2V029dGuUY0CfENt0B9oRqPeG5e4WOT86AcmJ6lvE 1541
feature_engine-1.8.2.dist-info/METADATA sha256=GiOA1Wu29LofIcM_SWtq_PJfnZRG54q4t9dQA2J8cHM 9923
feature_engine-1.8.2.dist-info/WHEEL sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8 110
feature_engine-1.8.2.dist-info/top_level.txt sha256=s8zgZ-YRe7o6VwqHtYU3PePdcCvR8wxQK2MdSgLR5PE 21
feature_engine-1.8.2.dist-info/RECORD

top_level.txt

feature_engine
tests