Skip to content

Commit e565fa8

Browse files
authored
Merge pull request aws#708 from fela/patch-1
Don't check for certificate hpo_xgboost_random_log.ipynb
2 parents fb9c588 + a0e3a6a commit e565fa8

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 https://archive.ics.uci.edu/ml/machine-learning-databases/00222/bank-additional.zip\n",
82+
"!wget -N --no-check-certificate 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)