Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 631 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 631 Bytes

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