Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon MLS-C01 Exam - Topic 7 Question 45 Discussion

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?
A) Create a service-linked role for Amazon Elastic Container Service (Amazon ECS) with access to the S3 bucket. Create an ECS cluster that is based on an AWS Deep Learning Containers image. Write the code to perform the feature engineering. Train a logistic regression model for predicting the price, pointing to the bucket with the dataset. Wait for the training job to complete. Perform the inferences.
B) Create an Amazon SageMaker notebook with a new IAM role that is associated with the notebook. Pull the dataset from the S3 bucket. Explore different combinations of feature engineering transformations, regression algorithms, and hyperparameters. Compare all the results in the notebook, and deploy the most accurate configuration in an endpoint for predictions.
C) Create an IAM role with access to Amazon S3, Amazon SageMaker, and AWS Lambda. Create a training job with the SageMaker built-in XGBoost model pointing to the bucket with the dataset. Specify the price as the target feature. Wait for the job to complete. Load the model artifact to a Lambda function for inference on prices of new houses.
D) Create an IAM role for Amazon SageMaker with access to the S3 bucket. Create a SageMaker AutoML job with SageMaker Autopilot pointing to the bucket with the dataset. Specify the price as the target attribute. Wait for the job to complete. Deploy the best model for predictions.

Amazon MLS-C01 Exam - Topic 7 Question 45 Discussion

Actual exam question for Amazon's MLS-C01 exam
Question #: 45
Topic #: 7
[All MLS-C01 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters
Thurman
7 months ago
AutoML in option D could save a lot of time and effort!
upvoted 0 times
...
Precious
7 months ago
I disagree, option C might be more efficient with XGBoost.
upvoted 0 times
...
Avery
8 months ago
Wait, they dropped all categorical fields? That seems risky!
upvoted 0 times
...
Willard
8 months ago
I think option B sounds the best for exploring features.
upvoted 0 times
...
Tegan
8 months ago
They should definitely use SageMaker for better results.
upvoted 0 times
...
Jesse
8 months ago
I've got a good feeling about this one. The pricing element adjustment is the only option that mentions using the base price, so that's got to be the right answer.
upvoted 0 times
...
Jade
8 months ago
Ah, I think I've got it. The router ID being the same on both routers is probably the culprit. That would definitely cause the adjacency to get stuck in the exstart state.
upvoted 0 times
...
Stevie
8 months ago
If I recall correctly, A and D seem to make sense, especially since they mention the lifecycle management and integration aspects.
upvoted 0 times
...

Save Cancel