Feature Engineering
Category: Technical Terms
Category: Technical Terms
Definition
Feature engineering creates new data variables or modifies existing ones to help AI models learn better patterns.
How It Works
Raw data often isn't in the best format for AI. Feature engineering might combine "birth year" and "current year" to create "age," or extract "day of week" from dates.
Good features make the difference between AI that works and AI that doesn't.
Why It Matters
Feature engineering often determines AI project success more than algorithm choice. Well-engineered features can make simple models outperform complex ones with poor features.
It requires domain knowledge to know which features matter for specific problems.
← Back to Technical Terms | All Terms