AmazonAmazon
MLA-C01 · Question #238
MLA-C01 Question #238: Real Exam Question with Answer & Explanation
Sign in or unlock MLA-C01 to reveal the answer and full explanation for question #238. The question stem and answer options stay visible for context.
Data Preparation for Machine Learning
Question
An ML engineer has developed a custom scikit-learn script to transform tabular data to train a regression model. The ML engineer wants to use Amazon SageMaker AI to prepare data and to train and evaluate the model. Which solution will meet these requirements?
Options
- ACreate an AWS Lambda function to run the custom script. Load the processed data into
- BUse the SKLearnProcessor class within the SageMaker Python SDK to run the custom script.
- CApply the HuggingFaceProcessor class within the SageMaker Python SDK to run the custom
- DUse AWS Glue ETL custom recipes to perform data transformations. Load the processed data
Unlock MLA-C01 to see the answer
You've previewed enough free MLA-C01 questions. Unlock MLA-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SageMaker Processing#Scikit-learn#Data Transformation#SageMaker Python SDK