
Explanation:
Explanation:
Amazon SageMaker Feature Store is specifically designed for storing, sharing, and managing machine learning features across multiple models and teams. It serves as a centralized repository for feature data, enabling:
Feature Reuse: Once features like "credit utilization ratio" are engineered and stored, they can be reused across different ML models without recalculating them.
Consistency: Ensures all models use the same feature values, maintaining consistency in predictions.
Feature Discovery: Teams can discover and use features created by other teams.
Online/Offline Serving: Supports both low-latency online inference and batch processing for training.
Why other options are incorrect:
For financial analytics teams working with features like credit utilization ratios across multiple models, SageMaker Feature Store provides the ideal solution for feature governance, discovery, and reuse.
Ultimate access to all questions.
A financial analytics team wants to store engineered features (like "credit utilization ratio") for reuse across multiple ML models. Which SageMaker component is designed for this purpose?
A
SageMaker Ground Truth
B
SageMaker Feature Store
C
SageMaker Studio
D
SageMaker JumpStart
No comments yet.