Skip to content

Commit af9685e

Browse files
authored
xgboost_direct_marketing fix grammar
Predicting those potential customer's should be Predicting those potential customers
1 parent d8bf72a commit af9685e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_applying_machine_learning/xgboost_direct_marketing/xgboost_direct_marketing_sagemaker.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"---\n",
2727
"\n",
2828
"## Background\n",
29-
"Direct marketing, either through mail, email, phone, etc., is a common tactic to acquire customers. Because resources and a customer's attention is limited, the goal is to only target the subset of prospects who are likely to engage with a specific offer. Predicting those potential customer's based on readily available information like demographics, past interactions, and environmental factors is a common machine learning problem.\n",
29+
"Direct marketing, either through mail, email, phone, etc., is a common tactic to acquire customers. Because resources and a customer's attention is limited, the goal is to only target the subset of prospects who are likely to engage with a specific offer. Predicting those potential customers based on readily available information like demographics, past interactions, and environmental factors is a common machine learning problem.\n",
3030
"\n",
3131
"This notebook presents an example problem to predict if a customer will enroll for a term deposit at a bank, after one or more phone calls. The steps include:\n",
3232
"\n",

0 commit comments

Comments
 (0)