AWS Certified Machine Learning – Specialty — Question 364

A company wants to use machine learning (ML) to improve its customer churn prediction model. The company stores data in an Amazon Redshift data warehouse.

A data science team wants to use Amazon Redshift machine learning (Amazon Redshift ML) to build a model and run predictions for new data directly within the data warehouse.

Which combination of steps should the company take to use Amazon Redshift ML to meet these requirements? (Choose three.)

Answer options

Correct answer: A, C, F

Explanation

To train a model with Amazon Redshift ML, you must first define the input feature variables and the target variable from your data warehouse tables. Next, executing a CREATE MODEL SQL statement initiates the automated training process via Amazon SageMaker. Finally, once the model is trained, predictions are executed directly within Redshift queries using the SQL prediction function created during the model definition step.