Skip to content

Commit 82fe772

Browse files
authored
Remove --no-check-certificate again
Now that UCI has solved their previous certificate issue we can remove --no-check-certificate again
1 parent 26f3a54 commit 82fe772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperparameter_tuning/xgboost_random_log/hpo_xgboost_random_log.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"metadata": {},
8080
"outputs": [],
8181
"source": [
82-
"!wget -N --no-check-certificate https://archive.ics.uci.edu/ml/machine-learning-databases/00222/bank-additional.zip\n",
82+
"!wget -N https://archive.ics.uci.edu/ml/machine-learning-databases/00222/bank-additional.zip\n",
8383
"!unzip -o bank-additional.zip"
8484
]
8585
},

0 commit comments

Comments
 (0)