The business goal identification phase of the ML lifecycle involves defining the objectives of the project and understanding the requirements, including compliance and regulatory considerations. This phase ensures the ML solution aligns with legal and organizational standards before proceeding to technical stages like data collection or model training.
Exact Extract from AWS AI Documents:
From the AWS AI Practitioner Learning Path:
"The business goal identification phase involves defining the problem to be solved, identifying success metrics, and determining compliance and regulatory requirements to ensure the ML solution adheres to legal and organizational standards."
(Source: AWS AI Practitioner Learning Path, Module on Machine Learning Lifecycle)
Detailed Explanation:
Option A: Feature engineeringFeature engineering involves creating or selecting features for model training, which occurs after compliance requirements are identified. It does not address regulatory concerns.
Option B: Model trainingModel training focuses on building the ML model using data, not on determining compliance or regulatory requirements.
Option C: Data collectionData collection involves gathering data for training, but compliance and regulatory requirements (e.g., data privacy laws) are defined earlier in the business goal identification phase.
Option D: Business goal identificationThis is the correct answer. This phase ensures that compliance and regulatory requirements are considered at the outset, shaping the entire ML project.
[References:, AWS AI Practitioner Learning Path: Module on Machine Learning Lifecycle, Amazon SageMaker Developer Guide: ML Workflow (https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works-mlconcepts.html), AWS Well-Architected Framework: Machine Learning Lens (https://docs.aws.amazon.com/wellarchitected/latest/machine-learning-lens/), , , ]