If forking/cloning this repository, remember to set it to “private”. Then when submitting your assignment/project, share it with me (jwsmith@wyattai.com).
Please full out the relevant information below.
Snippets of code used from Laurie Shaw's: https://github.com/Friends-of-Tracking-Data-FoTD/LaurieOnTracking
Remember to clone the Metrics Sports data repository so you have access to their great tracking data.
https://github.com/metrica-sports/sample-data
Evaluation of passes - how to assign value to different passes.
If using pyenv
virtual env:
python -m venv env
source env/bin/activate
Otherwise activate your conda environment.
From your virtual environment:
pip install -r requirements.txt
Get the data:
git clone https://github.com/metrica-sports/sample-data