Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walteh/nba-retirement-predictor
https://github.com/walteh/nba-retirement-predictor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walteh/nba-retirement-predictor
- Owner: walteh
- Created: 2019-12-02T23:11:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T00:36:32.000Z (about 5 years ago)
- Last Synced: 2024-11-09T20:19:11.410Z (2 months ago)
- Language: Python
- Size: 9.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`