Update README.md

footnotes
This commit is contained in:
Koushik R Kirugulige 2020-10-20 13:44:18 +05:30 committed by GitHub
parent de9101b3a2
commit 57ba97e4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,11 @@
##[laliga.py](https://github.com/koushikkirugulige/Football-Analytics/blob/master/538%20LaLigaPredictions/laliga.py)
[laliga.py](https://github.com/koushikkirugulige/Football-Analytics/blob/master/538%20LaLigaPredictions/laliga.py)
this is a script which downloads the probability for laliga games from [fivethirtyeight](https://projects.fivethirtyeight.com/soccer-predictions/la-liga/) after the end of each matchday and stores in a csv file
##[538 Laliga Predictions Graph.ipynb](https://github.com/koushikkirugulige/Football-Analytics/blob/master/538%20LaLigaPredictions/538%20Laliga%20Predictions%20Graph.ipynb)
[538 Laliga Predictions Graph.ipynb](https://github.com/koushikkirugulige/Football-Analytics/blob/master/538%20LaLigaPredictions/538%20Laliga%20Predictions%20Graph.ipynb)
this notebook plots the data from the csv file as a line graph
Thanks to
[petermckeever](https://github.com/petermckeeverPerform/friends-of-tracking-viz-lecture/blob/master/notebooks/lecture-notebook.ipynb) github repo for the matplotlib graph code
and
[fivethirtyeight](https://projects.fivethirtyeight.com/soccer-predictions/la-liga/)
for the data