We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 251e028 + 786098c commit 536d6b6Copy full SHA for 536d6b6
introduction_to_applying_machine_learning/xgboost_customer_churn/xgboost_customer_churn.ipynb
@@ -111,7 +111,8 @@
111
"metadata": {},
112
"outputs": [],
113
"source": [
114
- "!wget http://www.dataminingconsultant.com/data/churn.txt"
+ "!wget http://dataminingconsultant.com/DKD2e_data_sets.zip\n",
115
+ "!unzip -o DKD2e_data_sets.zip"
116
]
117
},
118
{
@@ -120,7 +121,7 @@
120
121
122
123
- "churn = pd.read_csv('churn.txt')\n",
124
+ "churn = pd.read_csv('./Data sets/churn.txt')\n",
125
"pd.set_option('display.max_columns', 500)\n",
126
"churn"
127
0 commit comments