Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walteh/nba-retirement-predictor


https://github.com/walteh/nba-retirement-predictor

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# nba-retirement-predictor
### Machine Learning - CSC 3730 Fall 2019 - Final Project
##### Leigh Wright & Walter Scott

### What this project does:
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.

### Software Requirements
- python3
- sklearn
- pandas
- numpy

### Instructions to run
- 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`