Inspired by Mr V's Garage F1 ELO Engine, this project aims to simulate an Elo engine on NBA game data.
Note: Data used in this project was web scraped from basketball-reference.com and wikipedia.org.
The following instructions will guide you through setting up a copy of the project on your local machine for development and testing purposes.
Before you begin, ensure you have the following installed:
- Python 3.8 or higher
- pip (Python package installer)
- Clone the Repository
git clone https://github.com/m1nce/nba-rating.git- Navigate to the Project Directory
cd nba-rating- Install necessary Python Packages
pip install numpy
pip install pandasMajor frameworks/libraries/languages used in this project:
Distributed under the MIT License. See LICENSE for more information.