3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

kaggle APIを導入しよう

Posted at

Kaggle APIの導入に少し困ったので,解決方法を共有します.

#1. kaggleをpipでインストール

pip install kaggle

をAnacondaのターミナル上で実行します

#2. kaggle.jsonをダウンロード
自分のアカウントページにアクセスし,Accountをクリックすると
APIの欄にCreate New API Tokenというボックスがあるのでそこからダウンロードできます.
スクリーンショット 2021-05-26 154105.png

そのダウンロードしたkaggle.jsonをC:\Users[user名].kaggleに移動させます.これで環境は整いました.

#3. データセットをダウンロードしてみる

kaggle competitions download -c titanic

titanicデータセットは上記のコードをnotebookなどにぶち込むとダウンロードできます.
お疲れさまでした

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?