MLS-C01 · Question #144
A newspaper publisher has a table of customer data that consists of several numerical and categorical features, such as age and education history, as well as subscription status. The company wants…
The correct answer is B. XGBoost. XGBoost is a popular and powerful algorithm for binary classification problems such as this one, where the goal is to predict a binary outcome (e.g. whether a customer subscribes or not). It is particularly effective when the dataset has a mix of numerical and categorical…
Question
A newspaper publisher has a table of customer data that consists of several numerical and categorical features, such as age and education history, as well as subscription status. The company wants to build a targeted marketing model for predicting the subscription status based on the table data. Which Amazon SageMaker built-in algorithm should be used to model the targeted marketing?
Options
- ARandom Cut Forest (RCF)
- BXGBoost
- CNeural Topic Model (NTM)
- DDeepAR forecasting
How the community answered
(40 responses)- A5% (2)
- B88% (35)
- C5% (2)
- D3% (1)
Explanation
XGBoost is a popular and powerful algorithm for binary classification problems such as this one, where the goal is to predict a binary outcome (e.g. whether a customer subscribes or not). It is particularly effective when the dataset has a mix of numerical and categorical features.
Topics
Community Discussion
No community discussion yet for this question.