Skip to content

行動分類において基本となる手順およびコードをまとめたリポジトリ

Notifications You must be signed in to change notification settings

kajiLabTeam/activity-classification-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 学習

About

行動分類において基本となる手順およびコードをまとめたリポジトリ

Topics

Resources

Stars

Watchers

Forks