diff --git a/download_data.sh b/download_data.sh index da38a59..38e39ff 100644 --- a/download_data.sh +++ b/download_data.sh @@ -1,3 +1,3 @@ -kaggle datasets download -d tejashvi14/travel-insurance-prediction-data +#kaggle datasets download -d tejashvi14/travel-insurance-prediction-data unzip -o travel-insurance-prediction-data.zip -head -n $CUTOFF TravelInsurancePrediction.csv > travel_insurance_data.txt \ No newline at end of file +head -n $CUTOFF TravelInsurancePrediction.csv > travel_insurance_data.txt