Feature Engineering
AI/ML Fundamentals
Creating informative input variables from raw data
What is Feature Engineering?
Transforms raw data into features that improve model performance; includes encoding, normalization, and domain-specific transforms.
Real-World Examples
- •Extracting hour-of-day from timestamp
- •One-hot encoding categorical variables
Related Terms
Learn more about concepts related to Feature Engineering