ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

179 / 258

Question 179:

You work as a machine learning specialist for a marketing consulting firm with a new client that requires marketing data to help them determine which marketing campaign will be the most productive for their new product. You and your machine learning team are using SageMaker Studio to create a Data Flow in SageMaker Studio. You plan to use this Data Flow to prepare and visualize your data using SageMaker Data Wrangler. In SageMaker Data Wrangler, you are building your data preparation pipeline. The data you are using is gathered from marketing data providers. You have imported your source data from your S3 bucket, and you are now configuring your transform for your dataset. However, you have discovered that the built-in transforms provided by Data Wrangler do not meet your transformation needs. Which options are a viable approach to building your transform in Data Wrangler? (Select TWO)

Answer options:

A.Select a custom transform step and write your custom transform in the Python (Scikit) programming language.
B.Choose the built-in transform that most closely resembles the transform you need and customize that built-in transform.
C.Select a custom transform step and write your custom transform in the Python (Pandas) programming language.
D.Select a custom transform step and write your custom transform in the Scala programming language.
E.Select a custom transform step and write your custom transform in the Python (PySpark) programming language.