A data scientist wants to quickly build a supervised learning model for binary classification on a tabular dataset with 10,000 rows and 200 features. The dataset has some missing values and requires minimal code. Which AWS service should the data scientist use?
Trap 1: Amazon SageMaker Studio Lab
Studio Lab provides a free notebook environment but does not automate model building.
Trap 2: Amazon SageMaker Clarify
Clarify is for bias detection and explainability, not automated model building.
Trap 3: Amazon SageMaker JumpStart
JumpStart provides prebuilt models and solutions but does not automate the full pipeline.
- A
Amazon SageMaker Studio Lab
Why wrong: Studio Lab provides a free notebook environment but does not automate model building.
- B
Amazon SageMaker Clarify
Why wrong: Clarify is for bias detection and explainability, not automated model building.
- C
Amazon SageMaker Autopilot
Autopilot automates model building for tabular data.
- D
Amazon SageMaker JumpStart
Why wrong: JumpStart provides prebuilt models and solutions but does not automate the full pipeline.