ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

243 / 258

Question 243:

You work as a machine learning specialist for an online gambling software company. Your online app allows users to gamble on the outcomes of sporting matches, such as football, basketball, cricket, etc. Your machine learning team is responsible for predicting the score difference outcomes of these matches so your company can set the betting line. For example, team A will beat team B by 7.5 wickets, where 7.5 is the betting line. Your data sources for your models contain many features, such as team power ranking, previous match score differences, player injury reports, etc. You have transformed your data to make all features numeric (either counts or continuous values). However, through your data discovery you have noticed that some of your features are multicollinear. How can you address the multicollinearity of your features?

Answer options:

A.Use Linear Discriminant Analysis (LDA) to reduce your model’s dimensionality, then drop the resulting components that have high variance. 
B.Use Linear Discriminant Analysis (LDA) to reduce your model’s dimensionality, then drop the resulting components that have very low variance.
C.Use Principal Component Analysis (PCA) to reduce your model’s dimensionality, then drop the resulting components that have very low variance.
D.Use Principal Component Analysis (PCA) to reduce your model’s dimensionality, then drop the resulting components that have high variance.