Kaggle's 30 Days of ML - Day13
Kaggleの初心者向けプログラム「30 Days of ML」に挑戦中。
Day13の課題
- the Intermediate ML CourseのLesson 4のチュートリアルを読む
- the Intermediate ML CourseのLesson 4のexerciseを実施する
- the Intermediate ML CourseのLesson 5のチュートリアルを読む
- the Intermediate ML CourseのLesson 5のexerciseを実施する
the Intermediate ML CourseのLesson 5の内容
- パイプライン
覚えておきたいと思った点
- パイプラインの長所
- コードが整理される
- バグが減る
- 製品化しやすい
- 交差検証法のオプションが多い
Pipeline
を使う
the Intermediate ML CourseのLesson 6の内容
- 交差検証法
覚えておきたいと思った点
- Pipelineを使うことで交差検証法が簡単にできる
cross_val_score()
を使う- 負のMAEの値が返ってくるので注意
- foldごとのMAEを求めて、平均値を取る