ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

170 / 258

Question 170:

You are working as a machine learning specialist for a car rental firm that wishes to use machine learning to optimize the cost per mile of its rental cars based on geographic region. You have a large car rental database for use in your model training that has features such as rental car type, rental geographic region, miles driven, average regional gas price, etc. During your exploratory data analysis tasks, you notice that your feature seat contains outliers for the miles driven and average regional gas price. These outliers are likely to make your regression algorithm-based model unstable. What data preparation technique can you use to prepare your data for your model training?

Answer options:

A.Normalize your features to reduce the effect of the outlier data.
B.Use Quantile Binning of your features to reduce the effect of the outlier data.
C.Min-Max Scale your features to reduce the effect of the outlier data.
D.Standardize your features to reduce the effect of the outlier data.