BD Brain Drip
🔧
Module 11 5 concepts

Feature Engineering

Feature creation, selection, and transformation techniques.

01

Automated Feature Engineering

AutoML, Featuretools, and neural feature learning – when manual engineering doesn’t scale.

02

Feature Extraction and Transformation

Creating new informative features from raw data through domain knowledge, mathematical transforms, and automated methods.

03

Feature Selection Methods

Filter, wrapper, and embedded approaches for identifying the most informative features – removing noise to improve generalization.

04

Handling High-Cardinality Features

Target encoding, hashing, and embedding approaches for categorical features with thousands of unique values.

05

Time-Series Feature Engineering

Lags, rolling statistics, seasonality decomposition, and calendar features – encoding temporal patterns for ML models.