The question here is that we get service from the Github site by entering the quick command:
git clone “URL”
But What should we write to get the data set and convert it into a template from the kaggle site?? Google colab
kaggle clone “URL” ??
The question here is that we get service from the Github site by entering the quick command:
git clone “URL”
But What should we write to get the data set and convert it into a template from the kaggle site?? Google colab
kaggle clone “URL” ??
You can use the Kaggle API. Refer here
kaggle competitions download favorita-grocery-sales-forecasting
or
kaggle competitions download favorita-grocery-sales-forecasting -f test.csv.7z
NOTE: you will need to accept competition rules at https://www.kaggle.com/c/<competition-name>/rules
.