Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 333 discussion

An agriculture company wants to improve crop yield forecasting for the upcoming season by using crop yields from the last three seasons. The company wants to compare the performance of its new scikit-learn model to the benchmark.

A data scientist needs to package the code into a container that computes both the new model forecast and the benchmark. The data scientist wants AWS to be responsible for the operational maintenance of the container.

Which solution will meet these requirements?

  • A. Package the code as the training script for an Amazon SageMaker scikit-learn container.
  • B. Package the code into a custom-built container. Push the container to Amazon Elastic Container Registry (Amazon ECR).
  • C. Package the code into a custom-built container. Push the container to AWS Fargate.
  • D. Package the code by extending an Amazon SageMaker scikit-learn container.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
VerRi
3 weeks, 6 days ago
Selected Answer: A
A. Enough to compare the performance of new and old scikit-learn models. D. Good, but with additional overhead.
upvoted 1 times
...
Tkhan1
1 month, 3 weeks ago
Selected Answer: D
Amazon SageMaker provides built-in containers for common machine learning frameworks, including scikit-learn, which are designed to handle operational maintenance such as patching, scaling, and monitoring.https://docs.aws.amazon.com/sagemaker/latest/dg/pre-built-docker-containers-scikit-learn-spark.html
upvoted 2 times
spinatram
1 week, 5 days ago
D is right. Customer wants AWS handle the container maintenance
upvoted 1 times
...
...
CW0106
2 months ago
Selected Answer: A
https://sagemaker.readthedocs.io/en/stable/frameworks/sklearn/using_sklearn.html
upvoted 1 times
...
luccabastos
2 months ago
Selected Answer: C
AWS Fargate
upvoted 1 times
spinatram
1 week, 5 days ago
you can not directly push to fargate. first push to ecr
upvoted 1 times
...
...
GS_77
2 months, 1 week ago
Selected Answer: D
D appears to be the best choice
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...