Code Monkey home page Code Monkey logo

pl-predictions-using-fifa's Introduction

Premier League predictions using fifa ratings

Python 3.6 License: MPL 2.0 Twitter Follow

This is the code base I created to both collect football data, and then use this data to train a neural network to predict the outcomes of football matches based on the fifa ratings of a team's starting 11.

See the blog post for more information on the methodology.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You'll need:

To install the dependencies,

pip install -r requirements.txt`

Crawlers

The crawlers are all written using Scrapy. For proper usage it would be beneficial to first know how to use Scrapy.

For a quick start, just go to ./fifa_ratings_predictor/crawler and use

scrapy crawl <spider name> -o <output file>

It goes without saying that if you do use these crawlers, please don't bombard the sites with a stupid amount of requests - scrape responsibly.

I have deliberately left all of the data off of the repo because a) it's not really my data and b) it's not good practice to have data on a repo.

Installing

To install everything except the crawler you can run

pip install .

from the top level directory.

You can then import the methods, for example the simulator,

from fifa_ratings_predictor.simulation import SeasonSimulator

Built With

Issues

Get in contact on Twitter if you have any issues.

Authors

Bradley Grantham

License

This project is licensed under the MPL-2.0 License - see the LICENSE file for details

pl-predictions-using-fifa's People

Contributors

bradleygrantham avatar travelhawk 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.