ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

210 / 258

Question 210:

You work as a machine learning specialist for a scientific research lab that analyzes fossils found in geological research digs worldwide. You are currently working on a project that is analyzing bones of ancient mammals found during archaeological excavations in Africa. The data that the archaeologists provide to you for each specimen is exact for measurements, density, skeleton structural component, etc. Your SageMaker Linear Learner model predicts the age of the specimen based on the collected data. This data needs to be sanitized and categorized before you can feed it into your inference engine to get the estimated age. You are using the SageMaker built-in Scikit-learn library to do your data preprocessing. You need to transform categorical values such as skeletal components (femur, skull, rib cage, etc.) into numerical values. You also need to replace missing values with meaningful estimates. Which Scikit-learn library methods should you use to perform these data preprocessing tasks? (Select TWO)?

Answer options:

A.Normalizer
B.StandardScaler
C.SimpleImputer
D.Binarizer
E.OneHotEncoder