ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

4 / 258

Question 4:

You work as a machine learning specialist for a company that runs a car rating website. Your company wants to build a price prediction model that is more accurate than their current model, which is a linear regression model using the age of the car as the single independent variable in the regression to predict the price. You have decided to add the horsepower, fuel type, city mpg (miles per gallon), drive wheels, and a number of doors as independent variables in your model. You believe that adding these additional independent variables will give you a more accurate prediction of price.
Which type of algorithm will you now use for your prediction?

Answer options:

A.Logistic Regression
B.Decision Tree
C.Naive Bayes
D.Multivariate Regression