ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

190 / 258

Question 190:

You work as a machine learning specialist for a computer hardware component producer. Your company produces individual components, such as processor chips, GPUs, etc. and assembled computer peripherals such as monitors, external disk drives, among others. You and your team have been tasked with building a machine learning model that predicts future product sales to improve supply chain management based on data from your semiconductor, transistor, and other base component suppliers as well as data from your sales department. After training your model, you now need to evaluate it to determine whether its performance and accuracy will allow you to use it to predict future product sales accurately. You have decided to perform an offline model evaluation of your model using your historical data. You have split your validation dataset into 10 parts. You then execute 10 training runs, which produces 10 models. You then aggregate the 10 models to get your final evaluation. Which model evaluation method are you using?

Answer options:

A.Holdout set validation
B.K-fold cross-validation
C.Bayesian validation
D.Hierarchical validation