0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Kaggle-Kalorie Expenditure(カロリー予測)

Posted at

初めに

6ヶ月、プログラミングスクールを通じて、自分は機械学習を学びました。
そこで、ここまで学んだスキルを活かし、kaggleのKalorie Expenditure(カロリー予測)にチャレンジしてみました。
ここでは、そのまとめとしてブログにまとめます。

チャレンジ内容

2025-06-10 13.19の画像.jpeg
今回、チャレンジする内容は、上の写真であり、データセットは以下になります。
2025-06-10 13.36の画像.jpeg
ID除いて、全部で8種類の要素から予測を行うものでした。(Body_Temp、異様に高くね?笑)

流れ、使うモデル

使うモデル:RandomForestClassifier

1.ファイルダウンロード
2025-06-10 14.00の画像.jpeg

2.pandasでtrain.csv(test.csv)の可視化,osでsubmission形式の確認
2025-06-10 14.01の画像.jpeg

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?