Using unsupervised machine learning to analyze player decline in the NBA based on the player archetype. This analysis will provide assistance to NBA teams for roster building and player adjustments.
The analysis will aim to provide insight on the following questions:
- Determining the new player archytpe in the modern day position list.
- Will adjusting the athletes playstyle help improve performance.
- Kaggle Player Data
- A data sample has been drafted.
cd db && python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
cd db && export PYTHONPATH=$PWD
cd db
pip freeze > requirements.txt
cd db && source env/bin/activate
cd db && export PYTHONPATH=$PWD
cd db && python app/main.py
Run /transformLoad
Run /ml/pca
Run /ml/timeseries
Make sure Mongo is running
cd db && source env/bin/activate
cd client && python app.py
Upload the file "TO_UPLOAD_FULL_SeasonsDataRaw" for a full test.
mongo
show dbs
use players
db.Cleaned_Dataset.find()
- Slack: Team discussions, questions, suggestisons & resource sharing.
- Google Meet: Team meetings, discussions
- Trello: Work organization, scheduling
