The Wayback Machine - https://web.archive.org/web/20210903165637/https://github.com/topics/sports-analytics
Skip to content
#

sports-analytics

Here are 168 public repositories matching this topic...

📊 A collection of football analytics projects, data, and analysis by Edd Webster (@eddwebster), including a curated list of publicly available resources published by the football analytics community.

  • Updated Sep 2, 2021
  • Jupyter Notebook

Scraping statistics, predicting NBA player performance with neural networks and boosting algorithms, and optimising lineups for Draft Kings with genetic algorithm. Capstone Project for Machine Learning Engineer Nanodegree by Udacity.

  • Updated Aug 25, 2021
  • Jupyter Notebook
umitkaanusta
umitkaanusta commented Apr 22, 2020

The bot requires you to have an at least 15 seconds gap before asking for another tip (/kupon command). Currently there is time.sleep(15) as a band-aid, however it could be improved by getting the time from a website (Getting system time would not work) and waiting for the next request. Then the bot would check whether 15 seconds passed after the first tip request.

Currently I am overwhelmed wi

audas
audas commented May 28, 2021

Not really sure how to go about making changes - but it would be great if we could get player stats to include player bio so we can have their date of birth etc. If we get it as a timestamp then we can also use it as useable data, same for height and weight.
Something like this? Sorry if this is not the way of going about things.

`

  player_bio={}
    for i in soup.find_all('b'):

Improve this page

Add a description, image, and links to the sports-analytics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sports-analytics topic, visit your repo's landing page and select "manage topics."

Learn more