Feature Engineering

advanced
ai & ml
Enhanced Content

Definition

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.

Real-World Example

For predicting house prices, feature engineering might combine 'bedrooms' and 'bathrooms' into 'total rooms' or calculate 'price per square foot'.

Cloud Provider Equivalencies

Feature engineering is a workflow rather than a single service. AWS and Azure provide integrated data-wrangling tools for transforming data; GCP offers a dedicated Feature Store for managing and serving engineered features; OCI typically implements feature engineering through Data Science notebooks/jobs and data tooling rather than a standalone feature store.

AWS
Amazon SageMaker Data Wrangler
AZ
Azure Machine Learning (Data Wrangler / data preparation in Azure ML studio)
GCP
Vertex AI Feature Store
OCI
OCI Data Science (feature engineering via notebooks and jobs)

Explore More Cloud Computing Terms