Topic 1 Question 349
3 つ選択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?
Define the feature variables and target variable for the churn prediction model.
Use the SOL EXPLAIN_MODEL function to run predictions.
Write a CREATE MODEL SQL statement to create a model.
Use Amazon Redshift Spectrum to train the model.
Manually export the training data to Amazon S3.
Use the SQL prediction function to run predictions.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: ACF
The correct steps are A,C,F
👍 3GS_772024/09/07 - 正解だと思う選択肢: ACF
from copilot - The correct combination of steps to use Amazon Redshift ML for building a customer churn prediction model and running predictions directly within the data warehouse are:
A. Define the feature variables and target variable for the churn prediction model.
C. Write a CREATE MODEL SQL statement to create a model.
F. Use the SQL prediction function to run predictions.
👍 1MultiCloudIronMan2024/09/22
シャッフルモード