fix script 2

This commit is contained in:
Sheaza 2024-03-26 18:36:47 +01:00
parent 1e3f53c33e
commit 54878c4873
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# download data from kaggle
kaggle datasets download -p "https://www.kaggle.com/datasets/nikhil7280/student-performance-multiple-linear-regression/code" --unzip
kaggle datasets download -p "https://www.kaggle.com/datasets/nikhil7280/student-performance-multiple-linear-regression" --unzip
# change dataset name to data.csv
mv Student_Performance.csv data.csv