classical-mldata
Feature engineering
Transforming raw data into informative features — the most impactful step in classical ML pipelines.
Уровни глубины
L0Intro~1ч
Understands that ML models need numerical inputs; knows what normalisation means.
L1Basics~10ч
Applies one-hot encoding, normalisation, log transforms, handles missing values with common strategies.
L2Working~20ч
Creates interaction features, target encoding, time-based features; uses automated FE (Featuretools); builds reproducible pipelines.
L3Advanced~30ч
Designs domain-specific features for tabular domains (finance, NLP, time series); applies feature selection (SHAP, permutation importance).
L4Research~60ч
Contributes to automated feature generation, neural feature interaction models, or data-centric AI methods.
Ресурсы
L1 — Basics