Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 627 Bytes

File metadata and controls

24 lines (20 loc) · 627 Bytes

Activity Classification Introduction

行動分類において基本となる手順およびコードをまとめたリポジトリです. walk sit stop others の4クラス分類を例に RandomForest XGBoost LightGBM の3つのモデルを用いて分類を行います.

セットアップ

仮想環境の作成

$ python -m venv .venv

仮想環境の有効化

$ source .venv/bin/activate

依存関係のインストール

$ pip install -r requirements.txt

流れ

  1. 前提
  2. 前処理
  3. 学習