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