Using Kaggle Datasets in Google Colab

前端 未结 8 1753
南笙
南笙 2020-11-30 22:11

Is it possible to use any datasets available via the kaggle API in Google Colab? I see the Kaggle API is used in this Colab notebook, but it\'s a bit unclear to

8条回答
  •  一个人的身影
    2020-11-30 22:20

    after the steps (1-6) above, to use dataset from a particular competition in colab, you can use the command:

    !kaggle competitions download -c elo-merchant-category-recommendation

    ( elo-merchant-category-recommendation is the name of the competition. )

提交回复
热议问题