MLS-C01 · Question #207
A real-estate company is launching a new product that predicts the prices of new houses. The historical data for the properties and prices is stored in .csv format in an Amazon S3 bucket. The data…
The correct answer is D. Create an IAM role for Amazon SageMaker with access to the S3 bucket. Create a. https://aws.amazon.com/sagemaker/autopilot/ Supports missing values, categorical features, etc.
Question
A real-estate company is launching a new product that predicts the prices of new houses. The historical data for the properties and prices is stored in .csv format in an Amazon S3 bucket. The data has a header, some categorical fields, and some missing values. The company’s data scientists have used Python with a common open-source library to fill the missing values with zeros. The data scientists have dropped all of the categorical fields and have trained a model by using the open-source linear regression algorithm with the default parameters. The accuracy of the predictions with the current model is below 50%. The company wants to improve the model performance and launch the new product as soon as possible. Which solution will meet these requirements with the LEAST operational overhead?
Options
- ACreate a service-linked role for Amazon Elastic Container Service (Amazon ECS) with
- BCreate an Amazon SageMaker notebook with a new IAM role that is associated with the
- CCreate an IAM role with access to Amazon S3, Amazon SageMaker, and AWS Lambda.
- DCreate an IAM role for Amazon SageMaker with access to the S3 bucket. Create a
How the community answered
(41 responses)- A5% (2)
- B17% (7)
- C2% (1)
- D76% (31)
Explanation
https://aws.amazon.com/sagemaker/autopilot/ Supports missing values, categorical features, etc.
Topics
Community Discussion
No community discussion yet for this question.