You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ It has been adapted from an [AWS blog post](https://aws.amazon.com/blogs/ai/pred
6
6
7
7
Losing customers is costly for any business. Identifying unhappy customers early on gives you a chance to offer them incentives to stay. In this workshop we'll use machine learning (ML) for automated identification of unhappy customers, also known as customer churn prediction.
8
8
9
-
In this workshop we will use Gradient Boosted Trees to Predict Mobile Customer Departure.
9
+
In this workshop we will use Gradient Boosted Trees (XGBoost) to Predict Mobile Customer Departure.
10
10
11
11
## The Data
12
12
@@ -41,7 +41,7 @@ Although we recommend that you follow and run the Labs in order, _this workshop
41
41
42
42
## Run any module independently
43
43
44
-
Remember that the `0-Introduction` lab **is mandatory**, no matter which module you will run. Following ones, can be executed independently:
44
+
Remember that the `0-Introduction` lab **is mandatory**, no matter which module you will run. Following ones, can be executed independently (just follow the instructions for setup in each lab):
0 commit comments