Notebooks with Examples of how to use a Python wrapper for the NBA API, for learning and testing purposes.
This notebook tries to follow up on Squared2020 Blog introducing the Four Factors, adjusting a linear model for the last 20 seasons and check how important each of these factors turned out to be.
This notebook gets into downloading regular season game results and using them to estimate each team's Page Rank, from downloading the data to creating the matrix for which we will apply the Power Method to obtain the dominant eigenvalue and its eigenvector (the final pagerank scores).
This notebook downloads teams' advanced data for the last 20 regular seasons and provides a couple of plots (using Plotly) to show how the pace of the game has elevated. This also includes scraping teams' primary and secondary colors and adding them to the plots. Scraping algorithm and CSV file provided in this repo.
This notebook shows the computation of the Offensive Rating for each player in a specific regular season, following the formulae created by Dean Oliver, which were published in his book: Basketball on Paper.