Skip to content

Commit a0df030

Browse files
authored
Merge pull request #145 from JonathanTaws/patch-1
Added explicit feature pairs in explanation for feature correlation
2 parents f2559d8 + a482a01 commit a0df030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_applying_machine_learning/xgboost_customer_churn/xgboost_customer_churn.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
"cell_type": "markdown",
244244
"metadata": {},
245245
"source": [
246-
"We see several features that essentially have 100% correlation with one another. Including these feature pairs in some machine learning algorithms can create catastrophic problems, while in others it will only introduce minor redundancy and bias. Let's remove them anyway."
246+
"We see several features that essentially have 100% correlation with one another. Including these feature pairs in some machine learning algorithms can create catastrophic problems, while in others it will only introduce minor redundancy and bias. Let's remove one feature from each of the highly correlated pairs: Day Charge from the pair with Day Mins, Night Charge from the pair with Night Mins, Intl Charge from the pair with Intl Mins:"
247247
]
248248
},
249249
{

0 commit comments

Comments
 (0)