Giter VIP home page Giter VIP logo

data-science-notes's People

Contributors

yashkarle avatar

Watchers

 avatar  avatar

data-science-notes's Issues

[Simulating matches using a Poisson model]

TL;DR

List of ideas, articles and code snippets to understand the use of a Poisson model to predict goals and matches

Blog Posts

Poisson distribution R tutorial
Danny Page expected goals simulator

Project Idea

  • Construct a Poisson model from "number of shots + xG of those shots" predicting "goals" for a given team
  • a) Goal simulation (xG, xGA, shots_for, shots_faced_against; clean-sheet probabilities can be included here too)
  • b) Match simulation (win_t1/draw/win_t2 probabilities; worth considering opposition strength (FDR from FPL))
  • c) Entire season simulation (over all 38 league matches; possibly take into account form over last n matches)

Key theoretical takeaways

  • Randomness in Football in general
  • Poisson counting process, Poisson distribution
  • Simulation of PL matches based on shots (quantity and quality)

Useful Code Snippets

R code snippets

h_scored = rpois(1, 1/2 * (t_ave_h_s + t_ave_a_c))
a_scored = rpois(1, 1/2 * (t_ave_a_s + t_ave_h_c))

Comments/ Questions

[Player and Coach styles' clustering using UMAP and GMM]

TL;DR

List of ideas, articles and code snippets to understand ...

Blog Posts

https://theathletic.com/3044091/2022/01/02/the-five-kingdoms-of-football/
https://theathletic.com/3050603/2022/01/05/who-never-fouls-who-presses-who-hoofs-it-what-our-data-experiment-you-about-your-team/

Project Idea

Very simply, the idea is to rely on John Muller's analysis done for teams and extend it for players and coaches

Key theoretical takeaways

Comments/ Questions

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.