ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

26 / 258

Question 26:

You work for a manufacturing company that produces retail apparel, such as shoes, dresses, blouses, etc. Your head of manufacturing has asked you to use your data science skills to determine which product, among a list of potential next products, your company should invest its resources to produce. You decide that you need to predict the sales levels of each of the potential next products and select the one with the highest predicted purchase rate. Which type of machine learning approach should you use?

Answer options:

A.You are trying to solve for the greatest number of sales across the potential next products. Therefore, you are solving a multiclass classification problem, and you should use multinomial logistic regression.
B.You are trying to solve for the greatest number of sales across the potential next products. Therefore, you are solving a classification problem, and you should use the random cut forest model.
C.You are trying to solve for the greatest number of sales across the potential next products. Therefore, you are solving a regression problem, and you should use a linear regression model.
D.You are trying to solve for the greatest number of sales across the potential next products. Therefore, you are solving a binary classification problem, and you should use a logistic regression model.