From af9685ee7a2b521f358efc8b18d780cab1db86e1 Mon Sep 17 00:00:00 2001 From: Zach Wolfe Date: Mon, 27 Nov 2017 10:41:16 -0800 Subject: [PATCH] xgboost_direct_marketing fix grammar Predicting those potential customer's should be Predicting those potential customers --- .../xgboost_direct_marketing_sagemaker.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction_to_applying_machine_learning/xgboost_direct_marketing/xgboost_direct_marketing_sagemaker.ipynb b/introduction_to_applying_machine_learning/xgboost_direct_marketing/xgboost_direct_marketing_sagemaker.ipynb index f25a12537f..d2d88c3516 100644 --- a/introduction_to_applying_machine_learning/xgboost_direct_marketing/xgboost_direct_marketing_sagemaker.ipynb +++ b/introduction_to_applying_machine_learning/xgboost_direct_marketing/xgboost_direct_marketing_sagemaker.ipynb @@ -26,7 +26,7 @@ "---\n", "\n", "## Background\n", - "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", + "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", "\n", "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", "\n",