From 282e79eeb6a9e557fce470fe5836f3f35c4a72b7 Mon Sep 17 00:00:00 2001 From: abdulmomen-ghalkha Date: Fri, 27 Sep 2024 12:11:45 +0300 Subject: [PATCH] Update get_data.sh --- data/sent140/preprocess/get_data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/sent140/preprocess/get_data.sh b/data/sent140/preprocess/get_data.sh index 67bd515e..98cfe4c9 100755 --- a/data/sent140/preprocess/get_data.sh +++ b/data/sent140/preprocess/get_data.sh @@ -3,7 +3,7 @@ cd ../data/raw_data if [ ! -f trainingandtestdata.zip ]; then - wget --no-check-certificate http://cs.stanford.edu/people/alecmgo/trainingandtestdata.zip + wget --no-check-certificate https://cs.stanford.edu/people/alecmgo/trainingandtestdata.zip fi unzip trainingandtestdata.zip @@ -13,4 +13,4 @@ mv testdata.manual.2009.06.14.csv test.csv rm trainingandtestdata.zip -cd ../../preprocess \ No newline at end of file +cd ../../preprocess