-1

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” ??
binaryescape
  • 105
  • 6
amirhosein
  • 1
  • 1
  • 4

1 Answers1

0

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.

Jeril
  • 7,858
  • 3
  • 52
  • 69