manleydrake / ML_Bets

This serves as the main repo for team 7's ML Bets web application built with Azure ML Studio, Azure Application Services, React.JS, and ASP.NET MVC
https://webapp20210505145319.azurewebsites.net/
0 stars 1 forks source link

NBA Stats Web Scrapping #8

Closed JHill6253 closed 3 years ago

JHill6253 commented 3 years ago

As a developer working on the ML side, I need to have access to a database that contains the required data points to train my ML algorithm.

Key achievements:

mitushiananya commented 3 years ago

You can make use of the official NBA Website to extract data. And there is another website called Basketball Reference, you can scrape or directly download player data, team data, historical data etc. The web-page five thirty eight contains data about the 2020-2021 NBA predictions.

JHill6253 commented 3 years ago

Completed