/rcc-keiba-2020-preprocessing

RCC競馬AI班 - 前処理

Primary LanguagePython

競馬 AI 班 前処理

Twitter

RCC 2020 年度プロジェクト活動

概要

非整形データに前処理を加える練習です。

大津市の天気を使って,降水の有無を予測しましょう。

実行環境

  • OS:問わない
  • Python ~> 3.8

インストールと学習

データの準備

weather.csvをダウンロードする

インストール

$ git clone <this repo>
$ cd <this repo>

$ pip install -U pip
$ pip install -r requirements.txt

主成分の寄与率を計算

$ python pca.py

学習

$ ./train.py

作成者