Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 960 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 960 Bytes

NBA-player-classification-ML

Classification of NBA players into 5 positions on the basketball court: SG (shooting guard), PG (point guard), SF (small forward), PF (power forward), and C (center) based on the players' per-game average performance in the 2015-2016 season.

Running Instructions

python NBA-Classification

Example Output

Test set predictions: ['C' 'C' 'SF' 'SG' 'PF' 'SG' 'C' 'PG' 'SG' 'PF' 'SG' 'SF' 'C' 'PF' 'SG' 'SG' 'PF' 'PG' 'SF' 'PG' 'C' 'PF' 'PG' 'C' 'C' 'PG' 'SG' 'SF' 'SF' 'C' 'PF' 'PF' 'C' 'PF' 'C' 'PG' 'PF' 'PF' 'PG' 'SF' 'C' 'PF' 'PG' 'PG' 'PF' 'PF' 'SF' 'PF' 'SF' 'C' 'PG' 'SF' 'C' 'C' 'SF' 'SF' 'SG' 'PF' 'PF' 'C' 'SF' 'PF' 'SF' 'SG' 'C' 'SF' 'C' 'C' 'C' 'C' 'C' 'C' 'SF' 'SG' 'PF' 'SG' 'SF' 'SG' 'PG' 'SF' 'SG' 'SF' 'PF' 'PF' 'C' 'PF' 'SF' 'C' 'C' 'SG' 'C' 'SF' 'PF' 'SF' 'PG' 'PF' 'C' 'PG' 'PF' 'SF' 'SF' 'SF' 'PF' 'PG' 'C' 'PG' 'PG' 'C' 'SF' 'PG' 'SF' 'PF' 'C' 'C' 'C' 'SG' 'SG' 'SF' 'SF']

Test set accuracy: 0.57