Comprehensive and Detailed Explanation From Exact AWS AI documents:
Feature engineering focuses on:
Creating new features
Selecting the most relevant existing features
Improving model signal and accuracy
AWS ML best practices identify feature engineering as a key driver of predictive performance.
Why the other options are incorrect:
Visualization (A) helps understanding, not feature creation.
Hyperparameter tuning (B) optimizes models, not features.
Data collection (D) expands datasets but does not engineer features.
AWS AI document references:
Feature Engineering Best Practices
Improving Model Accuracy on AWS
ML Model Development Lifecycle
Submit