feature-engine/feature_engine
Feature engineering and selection open-source Python library compatible with sklearn. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 99
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2803
- days_rel: 43
- days_push: 7
- n_releases_24m: 1
Adoption not part of the score
2272 stars · 368 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Feature-engine is a Python library for feature engineering and feature selection with transformers that follow scikit-learn's fit/transform API. It provides a wide range of transformers for missing data imputation, encoding, discretisation, outlier handling, and variable selection, compatible with sklearn pipelines.
Use cases
- engineer features for machine learning models in python
- select the most relevant features before training a model
- impute missing values in a dataframe within an sklearn pipeline
- encode categorical variables for scikit-learn estimators
- detect and cap outliers in my dataset
- wrap feature engineering steps in a cross-validation-safe pipeline
When to choose
- you need sklearn-compatible feature engineering transformers that fit into Pipelines
- you want to avoid data leakage by learning parameters only from the training set
- you need a broad toolkit for imputation, encoding, discretisation, outliers, and selection in one library
When to avoid
- you need deep learning or GPU-accelerated feature processing
- you work outside the Python/pandas ecosystem
- you only need one-off ad-hoc transformations without pipeline integration
Facets
library · maturity stable
machine-learning data-science machine-learning data-science python feature-engineering feature-selection scikit-learn-compatible transformers data-preprocessing
2 sources
- readme: https://github.com/feature-engine/feature_engine · fetched 2026-08-28 · d157450cdf16
- registry_pypi: https://pypi.org/pypi/feature_engine/json · fetched 2026-08-29 · 3f30a663cc41
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| feature-engine/feature_engine | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="feature-engine/feature_engine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem