mirror of https://github.com/kubeflow/examples.git
Use kubeflow/examples as base link for telco tutorial (#1005)
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com> Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
This commit is contained in:
parent
7ef538b49a
commit
58d0cf4fe0
|
@ -138,7 +138,7 @@
|
|||
"data_path = os.getcwd()\n",
|
||||
"\n",
|
||||
"# data link\n",
|
||||
"data_link = 'https://raw.githubusercontent.com/josepholaide/examples/master/telco-customer-churn-kaggle-competition/data/WA_Fn-UseC_-Telco-Customer-Churn.csv'\n",
|
||||
"data_link = 'https://raw.githubusercontent.com/kubeflow/examples/master/telco-customer-churn-kaggle-competition/data/WA_Fn-UseC_-Telco-Customer-Churn.csv'\n",
|
||||
"\n",
|
||||
"# download data\n",
|
||||
"wget.download(data_link, f'{data_path}/WA_Fn-UseC_-Telco-Customer-Churn.csv')"
|
||||
|
|
|
@ -873,7 +873,7 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"# arguments\n",
|
||||
"download_link = \"https://github.com/josepholaide/examples/blob/master/telco-customer-churn-kaggle-competition/data/WA_Fn-UseC_-Telco-Customer-Churn.csv?raw=true\"\n",
|
||||
"download_link = \"https://github.com/kubeflow/examples/blob/master/telco-customer-churn-kaggle-competition/data/WA_Fn-UseC_-Telco-Customer-Churn.csv?raw=true\"\n",
|
||||
"data_path = \"data\"\n",
|
||||
"transform_data_path = \"tdp\"\n",
|
||||
"feat_eng_data_path = \"feat\"\n",
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
"data_path = os.getcwd()\n",
|
||||
"\n",
|
||||
"# data link\n",
|
||||
"data_link = 'https://raw.githubusercontent.com/josepholaide/examples/telco/telco-customer-churn-kaggle-competition/data/WA_Fn-UseC_-Telco-Customer-Churn.csv'\n",
|
||||
"data_link = 'https://raw.githubusercontent.com/kubeflow/examples/master/telco-customer-churn-kaggle-competition/data/WA_Fn-UseC_-Telco-Customer-Churn.csv'\n",
|
||||
"\n",
|
||||
"# download data\n",
|
||||
"wget.download(data_link, f'{data_path}/WA_Fn-UseC_-Telco-Customer-Churn.csv')"
|
||||
|
|
Loading…
Reference in New Issue