From d50482cbacd865460258d7e69223312bac298435 Mon Sep 17 00:00:00 2001 From: Agata Date: Sat, 26 Mar 2022 17:30:43 +0100 Subject: [PATCH] Change dataset --- download_data.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/download_data.sh b/download_data.sh index 00d06de..df350d2 100644 --- a/download_data.sh +++ b/download_data.sh @@ -1,3 +1,3 @@ -kaggle datasets download -d tejashvi14/travel-insurance-prediction-data -unzip -o travel-insurance-prediction-data.zip -head -n 15 TravelInsurancePrediction.csv >> travel_insurance_data.txt \ No newline at end of file +kaggle datasets download -d uciml/iris +unzip -o iris.zip +head -n 15 Iris.csv >> data.txt \ No newline at end of file