/Math-Behind-Moneyball-with-Python

In this repository I will start a series, based on Coursera's 'Math Behind Moneyball' course (which is about Data Science in sports). I will reproduce the content seen in the course using Python and drawing conclusions from the data.

Primary LanguageJupyter Notebook

Sports Analytics

Math Behind Moneyball with Python

In this repository I will start a series, based on Coursera's 'Math Behind Moneyball' course (which is about Data Science in sports). I will reproduce the content seen in the course using Python and drawing conclusions from the data.

author contributions welcome

Background in: Mathematics, Python, Machine Learning and Applied Math.

Links:

Projetos:

Para reunir as informações de todas as estatísticas de variados esportes, iremos usar o site Sports Reference. Este site é essencialmente uma enciclopédia para todas as coisas sobre estatísticas de esportes. Aí veio a minha próxima pergunta: Por que não pegar os dados diretamente da Referência dos esportes? Depois de mais pesquisas, descobri uma ótima biblioteca Python que resolveu esta parte do meu projeto: BeautifulSoup. Esta biblioteca é um scraper da web que nos permite pesquisar o HTML de uma página da web e extrair as informações de que precisamos. A partir daí, armazenaremos os dados que coletamos em um DataFrame usando pandas.