Git Product home page Git Product logo

race-predict's Introduction

競馬予測プログラム(Python)

ファイル概要

  • get_race_url.py: seleniumでレースURLを取得する
  • get_race_html.py: URLを使用してhtmlを取得する
  • make_csv_from_html.py: htmlからレースデータや馬のデータを抽出してCSVにする
  • main.py: 以上のことを一度に実行する
  • data_clean.ipynb: 得られたcsvを整形する
  • train_simple.py: 単純なモデルをkerasで作成する
  • train_timesplit.py: 時系列を考慮したクロスバリデーション
  • train_hyperas.py: hyperasを用いて自動パラメータチューニングを行う
  • train_hyperas_no_obstacle.py: train_hyperas.pyとは違い、学習データから障害レースを取り除く
  • evaluate_prediction.ipynb: モデルの予測値の評価を行う

注意

ログはlogfileディレクトリ、htmlはrace_htmlディレクトリ、モデルはmodelディレクトリ、予想結果はpredictディレクトリに保存される。

race-predict's People

Contributors

unonao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.