Skip to content

Commit 84f3a06

Browse files
authored
add library to general machine learning list
Feature-engine is a sklearn compatible API with the widest toolset for feature engineering and selection. Features: 320k + downloads per month 2k+ github stars 50 contributors 10k+ doc views per month What is this Python project? Most exhaustive collection of transformers for feature engineering including: imputation, categorical encoding, discretization, transformation, feature creation. Feature engine also contains the widest library of feature selection methods after sklearn. What's the difference between this Python project and similar ones? The feature selection methods are not present elsewhere in the python ecosystem. Many of the feature transformation and creation methods are also not present in other python libraries. It enriches sklearn capabilities dramatically by adding additional tools to transform and select variables.
1 parent 511eee3 commit 84f3a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ These are some Machine Learning and Data Mining algorithms and models help you t
345345
* [scikit-image](https://github.com/scikit-image/scikit-image)
346346
* [scikit-opt](https://github.com/guofei9987/scikit-opt)
347347
* [scikit-posthocs](https://github.com/maximtrp/scikit-posthocs)
348+
* [feature-engine](https://feature-engine.trainindata.com/)
348349
* [pystruct](https://github.com/pystruct/pystruct)
349350
* [Shogun](https://www.shogun-toolbox.org/)
350351
* [xLearn](https://github.com/aksnzhy/xlearn)

0 commit comments

Comments
 (0)