ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

129 / 258

Question 129:

You work for a computer peripheral manufacturer that builds printers, external hard drives, etc. You are on the machine learning team where you are currently building a machine learning model to be used to find anomalies in the functional behavior of your company’s line of printers. The printers generate IoT device messages that are streamed to your model S3 bucket using Amazon Kinesis Data Streams. You have performed your data cleansing and data engineering of your IoT printer data. You are now ready to start training your model. You have chosen the Random Cut Forest SageMaker built-in algorithm for your model. You hope to find anomalies in your customer’s printer activity by looking for outlier observations using your Random Cut Forest-based model. Finding these anomalies will help your company provide better customer service.
You have started your first training job, but you see that your training job is failing. What may be the cause of this failure?

Answer options:

A.You have selected compute resources of the GPU compute instance class.
B.You have selected compute resources of the CPU compute instance class.
C.You have built your training data files using the CSV file type.
D.You have built your training data files using the recordio-protobuf file type.