ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

28 / 258

Question 28:

You work for a financial services company where you are building a model to analyze equity futures prices to predict price movement for your firm’s hedging strategy. You receive several data feeds, some of which contain missing values for some data points. The missing data points in your data feeds are of the categorical type, such as the expiration month or the exchange on which the futures contract is traded. Which strategy should you employ to deal with the missing data point values while attempting to maximize the accuracy of your model without introducing bias into the model?

Answer options:

A.Remove the observations that have the missing data.
B.Impute the missing values using the Mean/Median strategy.
C.Impute the missing values using the Most Frequent strategy.
D.Impute the missing values using a Deep Learning strategy.