feature-engineering
Design and implement feature engineering pipelines for ML models. Covers numerical transformations (scaling, normalization, binning, polynomial), categorical encoding (one-hot, target, ordinal, hashing), text features (TF-IDF, embeddings, tokenization), image features (CNN extraction, augmentation), time-series features (lag, rolling, Fourier), missing value imputation (KNN, MICE), feature selection (mutual info, SHAP, RFE, L1), automated feature engineering (Featuretools, tsfresh), scikit-learn Pipelines, ColumnTransformer, dimensionality reduction (PCA, UMAP), and production feature pipeline best practices.
- Version
- 1.0
- License
- Apache-2.0
Pinned to revision 45cf0fa3c5e7, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/feature-engineering/SKILL.md
- skills/feature-engineering/references/REFERENCE.md
- skills/feature-engineering/scripts/select_features.py
- skills/feature-engineering/scripts/transform_features.py
Every link opens the file at its source, pinned to the revision this page describes.