Git Product home page Git Product logo

top_14_prediction's Introduction

top_14_prediction

This repository contains a project aiming at predicting the winning team of rugby games (top 14) given a new match (ie the day and the opponents)

Given the needed features, the goal is to create a algorithm that predict the winning team of a rugby game.

Data Preparation

The Data Preparation is performed using the data_ETL module.

Raw Data scraping

Raw data is scrapped from different sources (mostly French Rugby League website: lnr.fr) and saved in the /raw_data folder.

Available datasets are :

  • matchs_results : the results of all the TOP14 matchs since 2004/2005
  • ranking_history : the ranking of the team after each day
  • To be continued...

Data Transformation

Aggregations and statistical operations on raw data to extract useful features.

Operations performed :

  • TBD

Data Loading

Save the transformed data in a readable format to be used as an input for the DataScience models.

Important note: remember that the goal is to predict the outcome given the teams and the play day. The loading step should return a train set and a prediction set (at least 1 line for the next match).

Modelization

Prediction

User interface

top_14_prediction's People

Contributors

guillaumeplessix avatar ericpicot avatar guillaumepl 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.