Skip to content

My progression from learning Numpy to implementing Support Vector Classification to predict someone's expected position in the NBA based on height and weight.

Notifications You must be signed in to change notification settings

peasant98/NBA-SVC-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

NBA-SVC-Machine-Learning

My progression from learning Numpy to implementing Support Vector Classification to predict someone's expected position in the NBA based on their height and weight.

For example, if the user inputs a height of 7 feet, 1 inches and a weight of 270 pounds, they will be predicted to be the size of an NBA center.

I used the data.nba.net API to find the information of every NBA player this year, and use that to predict, given a height and weight, what position that size is closest to.

About

My progression from learning Numpy to implementing Support Vector Classification to predict someone's expected position in the NBA based on height and weight.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published