GithubHelp home page GithubHelp logo

football-ftr-prediction's Introduction

football-ftr-prediction

Quick guide

  • We first explore the data given to us which is available in original_data directory. This is covered in the 1_exploration.ipynb notebook file.
  • As part of the same file, we check for missing values and possible discrepancies in the data. To fill in the missing values, we have downloaded data from the internet and saved it in the downloaded_data directory. It contains the information for all the five leagues from the 2008-09 season to 2017-18 season. The script to download these CSVs is 0_downloadMoreData.py. Once done, we use the imputed_data directory to save the imputed train and test dataframes for use in the next steps.
  • Finally, now that there are no null values, we perform feature-engineering on the train and test dataframes keeping in mind the models we might use. This is covered in 2_featureEngineering.ipynb
  • Further feature-engineering steps which are specific to the model we will be using is covered in the three 3_modelBuilding_*.ipynb files.
  • The predictons for each of these three models are saved in predictions directory.

More information about steps taken in each steps can be found in the Ipython notebook files.

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.