Table of Contents
The idea of the project is simple. We had to use our knowledge in data scrapping, AI and data handling to scrap the NBA's website stats and make some meaningful plots about them. As a bonus, we could create an AI that predicts a value from another.
The project is in multiple parts. Be sure to have everything listed below before trying to launch the project
You need to have Node.js installed and run the command in your directory
- npm
npm install
You will also need to have installed pip and our libraries like so:
- pip
pip install nba_api
pip install matplotlib
pip install pandas
pip install plotly
pip install -U kaleido
pip install scikit-learn
- Clone the repo
git clone https://github.com/JambonPasFrais/python-project-M1.git
- Make sure every package is installed as listed on top of this category
- In the main directory, run:
node index.js
- Click on the link in the console and go to http://localhost:4444
- Execute the show_plots.py
- Open the decision_tree.ipynb file in the AI directory on Jupyter or PyCharm
- Run each step
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/github_username/repo_name