This is a logistic regression algoithem for predicting how likely it is that a given NBA player in a given year, based on their yearly average stats, will retire in the next year.
- python3
- sklearn
- pandas
- numpy
- Make sure you have python3 and pip3 installed on your computer
- run
pip install sklearn pandas numpy
form a terminal - download this project
cd
into this project's directory- run
python3 nba-retire.py