Welcome to the SortingHat wiki!
Sorting Hat classifies NBA players into their positions (Guard/Center) with 98% accuracy on testing set. It covers all players from beginning of time through 2009. There are 18 stats featured in this Regularized Logistic Regression namely -
- Assists (P100M)
- Blocks (P100M)
- Defensive Rebounds (P100M)
- Offensive Rebounds (P100M)
- Personal Fouls (P100M)
- Steals (P100M)
- Turnovers (P100M)
- Three Points Attempted (P100M)
- Three Points Made (P100M)
- Field Goals Attempted (P100M)
- Field Goals Made (P100M)
- Free Throws Attempted (P100M)
- Free Throws Made (P100M)
- Height (FS/MN)
- Height * Height (FS/MN)
- Weight (FS/MN)
- Weight * Weight (FS/MN)
- Height * Weight (FS/MN)
P100M: Per 100 Minutes (FS/MN): Feature Scaling/Mean Normalization