The process of selecting and transforming raw data into meaningful inputs that AI models can learn from effectively. Like preparing ingredients before cooking to bring out the best flavors.
For predicting house prices, feature engineering might combine 'bedrooms' and 'bathrooms' into 'total rooms' or calculate 'price per square foot'.
Feature engineering is a workflow rather than a single service. AWS and Azure provide Data Wrangler experiences for cleaning and transforming data; GCP and OCI provide Feature Store capabilities to manage and serve engineered features consistently for training and inference.