Python 環境構築

Anaconda よりも pip が主流になりつつあるようなので、pip で欲しいものをインストールする。

pip install pandas numpy sklearn matplotlib seaborn jupyter wheel
pip install tensorflow keras h5py
pip install blaze dask cloudpickle
pip install xgboost-0.7-cp36-cp36m-win_amd64.whl

ドキュメントブラウザ

まとめ記事

ディレクトリ構成

入門動画

kaggler-ja Slack

Kaggle のコンペには以下のように private sharing 禁止のルールがあるので注意が必要です。(たとえばこのコンペのルール)

No private sharing outside teams

Privately sharing code or data outside of teams is not permitted. It’s okay to share code if made available to all participants on the forums.

チーム外で協力して1,2,3位の賞金を独占されると破綻するので当然ですね。

Kaggle 社の Wendy Kan 氏のこの記事では 公開前のコードの共有に加えて、議論も禁止しているので、念の為気をつけたほうがいい。

I wanted to remind you that privately sharing/discussing code is against the competition rules. Sharing is allowed if done in the forums/kernels.