Skip to content

Inspired by the film moneyball, this repo contains the files to replicate a way of doing real football scouting: collecting all the transfermarkt player economic values and the player statistics of APIfootball.com of the current season.

License

ialonsolinares/Football-Scouting-using-Machine-Learning-with-PySpark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Football Scouting using Machine Learning with PySpark

  • Based on Transfermarkt Player Values & APIFootball.com Player Stats, inspired by the methodology of the movie Moneyball

This repo contains the files to replicate a way of doing real football scouting: collecting all the transfermarkt player values and the player statistics of APIfootball.com.

url

Methodology

The methodology used in this project is as follows:

  1. I built a web-scrapping script to extract transfermarkt player values for the main football leagues, and its second division leagues.

  2. After that, I used APIFootball.com Football API, through RapidAPI, to extract the current season stats for every player and save them within a .csv. This API also contains an internal rating.

  3. We fit an a linear regression using PySpark (we could have used scikit-learn or any other ML library, but this is a university exercise to run it on several servers).

  4. Once we get that rating based on current season stats, we compare it with the historical rating from APIFootball.com. We calculate the difference to determine if based on stats, the player is currently over or undervalued.

  5. After that, we order by the descending order by player value to find good players that are currently overperforming and are cheap in the market.

Files in this repository

  • data/: Contains datasets used in the project.
  • notebooks/: Jupyter notebooks with detailed analysis and model development.
  • PDF: Documentation on methodology and usage.

Btw, to initialize a pyspark session, you will need to install Java Runtime first. If you want to make this easier, you might want to check out: https://github.com/raulmarinperez/osbdet

BAM! I recommend you to refer to the PDF on MDA (Modern Data Architectures) I uploaded. It is much better explained.

About

Inspired by the film moneyball, this repo contains the files to replicate a way of doing real football scouting: collecting all the transfermarkt player economic values and the player statistics of APIfootball.com of the current season.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published