Atlanta Hawks Analytics Assessment Overview
At a time when salary caps are skyrocketing, and teams are sinking $100s of millions on players who are not adding commensurate value, it’s more important than ever for teams to know that the players they select add value and will do whatever it takes to win and help the team achieve its goals.
The main challenge that is keeping the Hawks and most NBA teams from unlocking the full potential of their data and players is the inability to translate analytics and complex data into Lloyd Pierce’s game plan and in a format that players can easily understand and determine on their own, ways to maximize value and contribute to wins. Data is useless if it can’t be easily analyzed, translated and acted upon by players.
What if your players were adequately rewarded for doing the things Lloyd Pierce needs them to do to achieve team goals? Would they focus less on vanity statistics, such as scoring and 3-point shooting, and instead focus on stats that build team synergy and fulfill team needs, such as hustle stats, assists, floor spacing, close outs and ball movement? What if the Hawks had a turnkey process that integrated their analytics programs with a reward system tied back to their strategy and game plans?
In this analysis of the Hawks I share with you an analytic model for identifying your impact stats and team needs, and a proven framework for getting your players to execute the team’s strategy and adapt their games to fulfill team needs.
With this system, Lloyd Pierce can integrate analytics into his game plans, players can demonstrate their ability to adapt their playing style and execute game plans, and owners can have confidence knowing that the players they acquire will make the greatest contribution towards achieving team goals.
Objectives of this Analysis
In this analysis for the Hawks, I deliver a performance strategy that ensures your players are adapting their playing styles to achieve team goals and achieve synergy. I also share an analytic and mathematical model for:
- identifying the Impact Stats that contribute to team winning
- building a Team Needs Profile that outlines the optimal set of stats the Hawks needed this year in order to achieve 50, 60, and 70 wins…and what it will take next season
- developing an Agility Scoring Portfolio, which provides the point values for rewarding player actions on the court.
- determining which players across the league statistically can most adapt their games to support the Hawks’ specific team needs.
In the following sections, I’ll explain the Agile Sports Analytics Framework and the approach and formulas behind the analytic models used in my analysis. This includes:
- A process for translating analytics into player results
- Machine learning models for measuring stat impact, determining team needs and recommending the statistics needed to achieve team goals, and determining which players around the league are most able to adapt their playing style to help the Hawks achieve their target metrics.
- A math approach which calculates the estimated amount of Agility Points that should be assigned for each player action that is executed on the court.
Data
For this research, I chose to utilize publicly available data from stats.nba.com. I utilized all available game statistics from the previous four NBA seasons (2014-2015 – 2017-2018), plus statistics up to March 8th of the 2018-2019. This came out to 5,895 games in total and included all team stats and player stats across all the available stat tables (traditional, advanced, miscellaneous, scoring, usage, opponent, defense, shooting and tracking). In total, 431 statistics were investigated. In addition, these statistics were collected for the host and guest teams and for each of the players. Out of these 431 stats, I selected 17 which were used to build a predictor for match results. To reduce the stat set to the 17 selected for this analysis, I removed stats that strongly correlate with game results, such as final scores and points scored per quarter. I then built a machine learning model to classify wins and losses, taking into account host and guest team stats. I tuned this model and received an auc-roc score of 96%. Auc-roc represents the area under the ROC curve, and a score of 90-100% is considered to have excellent accuracy. For creating a model, I used gradient boosting classifier which has a parameter called feature importance. It shows how frequently a parameter has been used for building a decision tree. The more an attribute is used to make key decisions with decision trees, the higher its relative importance. Using this method, I selected the top-100 parameters and applied a logical process for reducing them, which included removing duplicate information and stats that included multiple parameters. For example, there were parameters for rebounds, offensive rebounds and defensive rebounds. Applying this logic, if we use offensive and defensive rebounds parameters, it’s redundant to use the total rebounds parameter, since its value always equals the sum of offensive and defensive rebounds. An example of statistics with multiple parameters is player efficiency rating (PER), which uses FGM, FGA, 3PM and a fixed integer to calculate.
Agile Sports Analytic Model
The ASA Model supports the processes, tools, roles and events that drive the ASA Framework. It’s comprised of two models and several supporting procedures. This section outlines the approach, decisions, analytic models and algorithms used in my analysis to build the Hawks’ Agility Points Portfolio. The model predicts team and player performance and the ability for players to adapt their playing style, fulfill team needs and contribute to team goals.
Stat Impact Analysis Model
For analyzing stats that most impact team wins and losses, I created a machine learning model. I utilized stats of the host and guest teams to predict with high precision which team will win games. I utilized stats from all 30 NBA teams over the past four seasons. I built a stat impact model using Gradient Boosting Classifier from sklearn library. For tuning hyper parameters of the model I used the GridSearchCV method, which found parameters that showed a high roc-auc score of 96%. Gradient Boost helps to analyze importance of features.
Applying this method, I discovered which features are important for prediction and removed the non-important predictors. I also removed features that contained duplication of information. In the end, I narrowed the stat set to the following 17 stats. Below are the 17 stats that most impact winning, and the Hawks’ ranking among the other 29 teams in the NBA. See table below:
Hawks’ Impact Stats/Coefficients
STAT NAME | COEFFICIENT | Hawks Ranking | STAT NAME | COEFFICIENT | Hawks Ranking |
3P% | 0.093547586 | 15 | STL | 0.022080696 | 9 |
2FG% | 0.089674894 | 20 | BLK | 0.033502516 | 13 |
OREB | 0.066861063 | 4 | PACE | 0.025995724 | 1 |
DREB | 0.07953561 | 19 | FBPs | 0.02075687 | 8 |
PFD | 0.013662746 | 7 | PITP | 0.020330791 | 7 |
AST | 0.008195929 | 9 | BLKA | -0.019394254 | 23 |
FT% | 0.077844744 | 21 | PTS OFF TO | 0.022482112 | 11 |
PF | -0.081984052 | 29 | 2nd PTS | 0.054212891 | 8 |
TOV | -0.024547095 | 30 |
This part of the investigation gives us a set of actions that predefines results of the game, and which we will reward or penalize players. The three actions for which we are going to penalize players are blocked shots against, turnovers and personal fouls, because they have a negative coefficient. This means that these stats negatively impact wins.
The Hawks rank highest in PACE, offensive rebounds, personal fouls drawn and assists. These stats will yield less Agility Points, as they are statistics the team naturally performs well in.
The Hawks rank low in turnovers, blocks against and personal fouls. These stats will yield penalty points, as they are negative statistics and stats the team requires more effort and focus in order to perform at a level that meets the team’s needs and achieve their goals.
Team Needs Analysis Model
In the Team Needs Analysis Model I answer two questions:
- “what statistics do the Hawks need to deliver to win N games during the season”, and
- “what statistics do the Hawks need to achieve to beat a specific opponent”
Needless to say, this question has many answers. But not all answers have the same practical meaning. For example, it’s harder to change team style drastically than it is to slightly increase values of stats that have positive impact, and slightly decrease values of stats that have negative impact.
So, to answer both questions I determined a number p, where increasing values of all the stats with positive impact by p% and decreasing values of stats with negative impact by p% will give desired results. The approach for these two problems was similar with the only difference in objective function. For the first case I calculated estimated amount of games won during the season using calendar 2017–2018 statistics and 2018 – 2019 statistics up to March 8th. For the second case I used estimation of the matches between the Hawks and their opponents, and the probability of Win as a parameter.
To find a proper p I used binary search algorithm on selected function. It was appropriate to apply this algorithm, since both functions are monotonic, because the team with better stats will have higher results. And the higher the p the better stats the Hawks have, the higher the value of the selected function.
The other approach to this problem is to analyze which stats each player on the Hawks can achieve to contribute most to team success. To do this, I applied the League-Wide Player Agility Assessment model (see section, League-Wide Player Agility Assessment Model).
With this model we can find optimal stats for each player, the optimal set of players for each opponent/game and their recommended minutes played. In this case team stats can be defined as a combination of stats of the chosen players. This model gives us an understanding of what is the best possible performance the Hawks can achieve without acquiring any new players. It also can determine which players and combination of players can affect team results most, and allows us to estimate player performance/cost values.
The table on the following page displays the set of impact statistics identified in the previous section, and the statistical performance needed for the Hawks to win 50, 60 and 70 games this season. As you can see, very small, achievable improvements in the key impact areas can yields significant results.
Hawks’ Stats Needed to Win 50, 60 and 70 Games
Stat | 50 | 60 | 70 |
---|---|---|---|
3PT FG% | 36.26 | 36.71 | 37.39 |
AST | 24.60 | 24.91 | 25.37 |
BLK | 5.21 | 5.27 | 5.37 |
DREB | 35.06 | 35.50 | 36.16 |
FT% | 77.67 | 78.65 | 80.10 |
OREB | 10.58 | 10.71 | 10.91 |
STL | 7.79 | 7.88 | 8.03 |
TOT TOV | 14.07 | 13.89 | 13.62 |
PACE | 100.70 | 101.97 | 103.86 |
2nd PTS | 14.12 | 14.30 | 14.56 |
BLKA | 5.35 | 5.28 | 5.18 |
FBPs | 11.30 | 11.45 | 11.66 |
PF | 20.50 | 20.24 | 19.85 |
PFD | 21.27 | 21.54 | 21.94 |
PITP | 47.94 | 48.54 | 49.44 |
PTS OFF TOV | 16.77 | 16.98 | 17.29 |
2PT FG% | 51.73 | 52.38 | 53.35 |
As you can see… small, achievable improvements across high impact stats can yield significant results.
Agility Points Portfolio Model
For building the Agility Points Portfolio and the predictor model for the Hawks I analyzed each stat separately. I calculated “cap” value for a given stat. “Cap” value in this case refers to the minimal value of the stats, which gives the best results during the season for the Hawks. There was one exception, that the value of the analyzed stat be equal to selected value. “Cap” value was found using binary search method.
After I found the “cap” value I calculated the score of the team with average stats and “cap” value in selected stat, and the score of the team with average stats and 0 in selected stat. Then I assigned Agility Points (AP) for the stat as a difference between the two values divided by the “cap” value of the stat.
Recommended Agility Points Algorithm
In this section I offer a method for applying mathematics to determine the Agility Scoring System. The idea of this approach is to calculate how many points each action will gain for the Hawks players using average team stats and average opponent stats.
However, it should be noted that there are several approaches you can use to develop a scoring system. A combination of mathematics and coach’s expert judgment yields the best results.
Each shooting successive action will give as many points as its point cost:
- 3PM = 3 Agility Points
- 2FGM = 2 Agility Points
- FTM = 1 Agility Point
In addition, a point value based on a set of rules was determined for the stats that directly correlate with shooting stats:
- 2nd PTS = .25 Agility Points
- PTS OFF TO = .25 Agility Points
- FBPs = .25 Agility Points
- PITP = .25 Agility Points
Note: This model is adjustable. Any existing analytic model which the Hawks uses can be integrated into the Agile Sports Framework.
For all non-shooting stats I used a coefficient, where scoring a field goal cost more than the non-scoring stats. Each coefficient depends on how many actions the team collects during one game, on average, in comparison with the other teams. If the number of actions the Hawks collect compared to the rest of the league is:
- in the 80%-100%, then the coefficient of 0.7 was applied
- in the 60%-80%, then the coefficient of 0.75 was applied
- in the 40%-60%, then the coefficient of 0.8 was applied
- in the 20%-40%, then the coefficient of 0.85 was applied
- in the 0% to 20%, then the coefficient of 0.9 was applied
For each action, I calculated the point contribution of the action.
Offensive rebounds gives a team the ability to earn 2nd points, so its costs equals to average 2nd points per offensive rebound:
OREB = OREB_COEFF * team_2nd_PTS’] / team_OREB
Defensive rebounds prevent opposing teams from scoring 2nd points, so it’s calculated in a similar manner, except all the stats used will be from the stats of the opponent
DREB = DREB_COEFF * opp_team_2nd_PTS / opp_team_OREB
Cost of assists are calculated as average points created with assists divided by the average amount of assists per game:
AST = AST_COEFF * team_AST_PTS_Created / team_AST
To calculate cost of personal fouls and personal fouls drawn I needed to count how many free-throws made happen per 1 foul of the team, so
PFD = PFD_COEFF * team_FTM / team_PFD
PF = -PF_COEFF * opp_team_FTM / opp_team_PFD
To calculate Agility Points for turnovers I needed to understand how many points each turnover gained for the opposing team. For doing this I took the average amount of points scored for turnovers by the opposing team and divided it by the average amount of turnovers opponent makes vs opponent team
TOV = -TOV_COEFF * opp_team_PTS_OF_TO / TOV_vs_opp_team
Steals prevent teams from successfully completing a play. Average points scored during one attack of the opponent team can be calculated using the average amount of points per one possession:
STL = STL_COEFF * opp_team_PTS / opp_team_poss
To calculate the contribution of blocked shots we take into consideration two things:
- Blocked shots prevent the opponent from scoring a goal. The average amount of field goals scored per one possession.
- After blocked shots one of the teams gets the rebound. If the shooting team rebounds, there’s an opportunity to score 2nd chance points. In this case I increased APs for 2nd pts per offensive rebound multiplied by the probability to get offensive rebound. I calculated this probability as average offensive rebounds made by the team divided by sum of the defensive team rebounds and offensive rebounds of the offensive team:
BLK = BLK_COEFF * [(opp_team_PTS – opp_team_FTM) / opp_team_poss – (opp_team_2nd_PTS / opp_team_OREB) * opp_team_OREB / (team_DREB + opp_team_OREB)]
We can simplify this using the following formula:
BLK = BLK_COEFF * [(opp_team_PTS – opp_team_FTM) / opp_team_poss – opp_team_2nd_PTS / (team_DREB + opp_team_OREB)]
In the same manner we can calculate Agility Points for BLKA:
BLKA = – BLKA_COEFF * [(team_PTS – team_FT) / team_poss – team_2nd_PTS / (opp_team_DREB + team_OREB)]
One adjustment that I considered in this model is with personal fouls (PF), which is best applied as an average, instead of through this model.
This set of coefficients allows us to quantify contribution of each player towards team success in numbers. This set of coefficients also shows which stats players should focus on to gain the highest Agility Points score.
The table below provides an Agility Points Scoring model for the Hawks based on this approach.
Hawks Team Agility Scoring Model
2FGM | 2nd PTS | 3PM | AST | BLK | BLKA | DREB | FBPs | FTM | OREB | PF | PFD | PITP | PTS OFF TO | STL | TOV |
2.00 | 0.25 | 3.00 | 1.99 | 1.14 | -0.53 | 1.09 | 0.25 | 1.00 | 0.91 | -0.51 | 0.58 | 0.25 | 0.25 | 1.52 | -1.32 |
This table outlines the points rewarded (or deducted) based on player actions during the game.
Hawks League-Wide Player Agility Assessment Model
For the Player Agility Assessment Model, I attempt to answer what is the best possible Agility Point score a player can likely achieve, based on their past stats. I was not interested in all possible player performances, but only on those that could be shown with some fixed probability (for example, with probability of 80%).
To calculate this, I used player historical performance from the 2016-17 and 2017-18 and 65 games into the 2018-19 season. I normalized stats of the players on a per-second basis. I also removed performances when players spent less than 25 minutes on the floor, to avoid results that include players who play mostly when the game results are already determined, such as with blow outs or final minutes.
For the Player Agility Assessment Model, I took into consideration the fact that a player can change their stats by intentionally changing their playing style (provided they are rewarded for their adjusted efforts). On the other side, as it pertains to this analysis, I wanted to have evidence that the player is capable of achieving given or similar stats, based on their past performance. I used the hypothesis that the higher a player showed some value of the stat the higher the probability that the player can demonstrate those performances again. The hypothesis that if a player has shown stats X = (x1, x2… x17) in one game and stats Y = (y1, y2… y17) in another game, then all the stats alpha * X + beta * Y, where alpha + beta <= 1 and alpha >= 0, beta >= 0 also can be achieved.
For given set of stats e =(s1, s2, …, sk) the probability to achieve such set of stats was calculated as a fraction X / (n * (n – 1) / 2), where n is the total number of historical player performances and X is a number of pairs of performances e1 = (s11, s12, …, s1k) and e2 = (s21, s22, …, s2k) such that there’s a linear combination alpha * e1 + beta * e2 exist which dominates vector e in each of its components, such that alpha >= 0, beta >= 0 and alpha + beta <= 1.
By applying these optimal stats into the Agility Scoring System we can determine which players on the team make the greatest contribution to the Hawks’ success, can contribute most to the teams’ needs and whether their predicted contribution is worth their salary.
The table below provides the recommended Agility Points Scoring Model for the Hawks players based on this approach.
Hawks’ Player Agility Points Scoring Model
Player | 2 FGM | 2nd PTS | 3PM | AST | BLK | BLKA | DREB | FBPs | FTM | OREB | PF | PFD | PITP | PTS OFF TO | STL | TOV | AP SCORE |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DeAndre’ Bembry | 10.28 | 0.53 | 3.88 | 9.71 | 1.25 | -0.57 | 7.98 | 0.84 | 2.00 | 1.05 | -2.43 | 1.93 | 2.56 | 0.86 | 3.57 | -4.52 | 38.94 |
Omari Spellman | 6.66 | 0.77 | 7.76 | 5.40 | 1.73 | -0.43 | 7.97 | 0.29 | 1.73 | 4.12 | -2.12 | 1.28 | 1.56 | 0.55 | 2.51 | -2.19 | 37.60 |
Justin Anderson | 9.71 | 0.46 | 3.08 | 5.40 | 1.98 | -0.53 | 8.17 | 1.19 | 2.96 | 1.96 | -2.43 | 1.84 | 2.43 | 1.05 | 3.75 | -3.67 | 37.33 |
Alex Poythress | 11.77 | 1.19 | 5.02 | 4.71 | 1.80 | -0.90 | 7.68 | 0.41 | 1.84 | 4.42 | -4.16 | 2.17 | 2.94 | 0.50 | 0.77 | -2.94 | 37.24 |
Daniel Hamilton | 7.91 | 0.54 | 6.67 | 9.57 | 0.46 | -0.58 | 11.04 | 0.54 | 0.56 | 2.38 | -2.42 | 1.54 | 1.82 | 0.26 | 3.12 | -5.37 | 38.04 |
Kevin Huerter | 5.59 | 0.25 | 8.87 | 9.66 | 0.66 | -0.43 | 5.01 | 0.78 | 1.10 | 1.17 | -1.90 | 0.87 | 1.31 | 0.77 | 2.31 | -3.65 | 32.37 |
Vince Carter | 5.74 | 0.33 | 13.11 | 5.71 | 1.20 | -0.19 | 6.65 | 0.63 | 1.41 | 1.13 | -2.86 | 1.55 | 1.21 | 0.56 | 2.67 | -2.91 | 35.94 |
Miles Plumlee | 21.31 | 1.07 | 0.00 | 10.35 | 1.13 | -0.31 | 7.81 | 0.20 | 3.73 | 4.45 | -2.31 | 3.53 | 5.33 | 0.65 | 2.61 | -3.11 | 56.45 |
Dewayne Dedmon | 10.55 | 0.84 | 7.07 | 5.28 | 2.55 | -0.40 | 11.64 | 0.37 | 2.71 | 2.81 | -3.58 | 1.75 | 2.36 | 0.62 | 2.90 | -3.71 | 43.77 |
Trae Young | 12.93 | 0.50 | 8.38 | 23.87 | 0.40 | -1.01 | 4.55 | 1.09 | 6.05 | 0.94 | -1.34 | 4.67 | 2.84 | 0.88 | 2.02 | -8.27 | 58.50 |
Jaylen Adams | 1.55 | 0.67 | 8.48 | 16.67 | 1.02 | 0.00 | 3.82 | 0.00 | 0.00 | 0.76 | -4.29 | 0.00 | 0.00 | 0.00 | 2.37 | -3.59 | 27.44 |
Kent Bazemore | 12.01 | 0.65 | 7.46 | 8.99 | 1.71 | -0.46 | 7.10 | 1.14 | 3.67 | 0.94 | -2.58 | 2.52 | 2.35 | 1.24 | 4.29 | -5.00 | 46.04 |
Taurean Prince | 8.76 | 0.53 | 10.86 | 6.65 | 0.70 | -0.20 | 6.47 | 0.88 | 3.07 | 0.84 | -2.31 | 2.06 | 1.59 | 0.79 | 2.72 | -4.50 | 38.92 |
Alex Len | 14.43 | 1.18 | 4.59 | 4.91 | 2.58 | -0.83 | 9.13 | 0.43 | 4.83 | 4.50 | -3.35 | 2.87 | 3.46 | 0.85 | 1.36 | -4.66 | 46.27 |
John Collins | 21.20 | 1.58 | 4.50 | 6.39 | 0.76 | -0.97 | 10.49 | 0.76 | 5.74 | 5.05 | -2.70 | 3.73 | 5.07 | 1.07 | 0.74 | -4.52 | 58.91 |
Jeremy Lin | 12.66 | 0.34 | 5.67 | 16.43 | 0.39 | -0.61 | 5.54 | 1.00 | 6.63 | 0.68 | -2.18 | 5.03 | 2.64 | 1.02 | 2.57 | -6.02 | 51.77 |
We can take is a step further. By applying this logic for every player in the league, and applying their optimal stats to the Hawks’ Agility Scoring System, I can determine which players across the NBA are most likely able to adapt their games to help the Hawks achieve their goals. This list focuses only on players who averaged over 24 minutes per game. ;
The table below identifies the top 50 players around the league, who based on past performance, can make the greatest contribution to helping the Hawks win next year.
Top Prospects Based on the Hawks’ Agility Scoring System
Player | Team | 2 FGM | 2nd PTS | 3PM | AST | BLK | BLKA | D REB | FBPs | FTM | O REB | PF | PFD | PITP | PTS OFF TO | STL | TOV | AP SCORE |
Giannis Antetokounmpo | Milwaukee Bucks | 27.67 | 1.14 | 2.57 | 17.46 | 2.53 | -1.02 | 16.22 | 1.59 | 9.47 | 2.91 | -2.45 | 6.38 | 6.39 | 1.47 | 3.09 | -7.13 | 88.28 |
Anthony Davis | New Orleans Pelicans | 25.32 | 1.64 | 3.33 | 11.63 | 3.94 | -0.55 | 13.97 | 1.10 | 9.26 | 3.91 | -1.78 | 5.63 | 5.35 | 1.63 | 3.41 | -3.64 | 84.13 |
James Harden | Houston Rockets | 14.78 | 0.96 | 18.76 | 19.73 | 1.14 | -0.99 | 7.97 | 1.04 | 12.49 | 1.14 | -2.08 | 5.57 | 3.38 | 1.73 | 4.26 | -8.99 | 80.88 |
Russell Westbrook | Oklahoma City Thunder | 18.94 | 0.86 | 5.23 | 29.32 | 0.67 | -0.63 | 14.40 | 1.80 | 5.76 | 1.78 | -2.38 | 3.67 | 3.72 | 1.69 | 4.42 | -8.41 | 80.82 |
LeBron James | Los Angeles Lakers | 21.34 | 0.86 | 8.08 | 21.13 | 0.98 | -0.72 | 11.39 | 1.75 | 6.82 | 1.27 | -1.12 | 4.32 | 4.46 | 1.29 | 2.99 | -6.41 | 78.44 |
Nikola Jokic | Denver Nuggets | 19.69 | 1.49 | 5.06 | 23.44 | 1.16 | -0.75 | 13.03 | 0.26 | 6.19 | 3.96 | -2.30 | 4.93 | 4.36 | 0.77 | 3.22 | -6.62 | 77.90 |
Joel Embiid | Philadelphia 76ers | 21.97 | 1.55 | 5.00 | 9.91 | 3.25 | -0.93 | 17.12 | 0.63 | 11.72 | 3.21 | -2.42 | 6.35 | 4.63 | 1.27 | 1.30 | -6.69 | 77.85 |
Nikola Vucevic | Orlando Magic | 23.55 | 1.28 | 4.97 | 12.27 | 2.27 | -0.60 | 15.63 | 0.22 | 3.04 | 3.94 | -1.50 | 2.35 | 4.57 | 0.86 | 2.26 | -4.09 | 71.00 |
Karl-Anthony Towns | Minnesota Timberwolves | 19.84 | 1.72 | 8.14 | 9.58 | 2.78 | -0.69 | 14.14 | 0.26 | 6.91 | 4.44 | -2.88 | 4.61 | 4.29 | 1.42 | 1.90 | -5.56 | 70.90 |
Kevin Durant | Golden State Warriors | 20.96 | 0.72 | 7.88 | 15.72 | 1.84 | -0.37 | 9.33 | 1.66 | 8.29 | 0.63 | -1.32 | 4.10 | 2.96 | 1.30 | 1.60 | -5.42 | 69.88 |
DeMarcus Cousins | Golden State Warriors | 15.96 | 0.76 | 5.22 | 13.64 | 3.13 | -1.06 | 14.33 | 0.91 | 8.33 | 2.31 | -3.82 | 7.02 | 3.89 | 1.27 | 3.76 | -5.95 | 69.69 |
Paul George | Oklahoma City Thunder | 14.51 | 0.92 | 15.28 | 11.16 | 0.69 | -0.64 | 9.65 | 1.55 | 7.70 | 1.66 | -1.89 | 3.94 | 2.43 | 1.73 | 4.57 | -4.50 | 68.74 |
Kawhi Leonard | Toronto Raptors | 20.36 | 0.81 | 7.20 | 9.25 | 0.62 | -0.54 | 9.50 | 1.38 | 9.19 | 1.74 | -1.00 | 4.93 | 3.28 | 1.59 | 3.83 | -3.76 | 68.37 |
Kyrie Irving | Boston Celtics | 18.53 | 0.67 | 11.26 | 19.69 | 0.78 | -0.53 | 5.88 | 1.27 | 4.50 | 1.50 | -1.74 | 3.16 | 3.20 | 1.27 | 3.55 | -5.07 | 67.94 |
Stephen Curry | Golden State Warriors | 12.20 | 0.86 | 21.61 | 14.79 | 0.60 | -0.41 | 7.05 | 1.80 | 5.82 | 0.87 | -1.72 | 3.24 | 2.13 | 1.40 | 2.64 | -5.19 | 67.68 |
Lou Williams | LA Clippers | 17.97 | 0.40 | 7.55 | 19.96 | 0.30 | -0.82 | 4.75 | 1.34 | 10.14 | 0.78 | -1.08 | 4.85 | 3.14 | 0.95 | 1.78 | -5.86 | 66.15 |
Ben Simmons | Philadelphia 76ers | 18.92 | 0.77 | 0.00 | 22.30 | 1.24 | -0.56 | 10.75 | 1.17 | 4.65 | 2.83 | -1.73 | 4.00 | 4.69 | 0.87 | 2.82 | -6.70 | 66.03 |
Kevin Love | Cleveland Cavaliers | 10.32 | 1.28 | 14.59 | 6.87 | 0.66 | -1.14 | 19.20 | 0.37 | 10.40 | 2.49 | -2.38 | 4.67 | 2.31 | 1.59 | 0.56 | -6.22 | 65.56 |
Damian Lillard | Portland Trail Blazers | 15.62 | 0.55 | 11.61 | 17.44 | 0.79 | -0.81 | 5.63 | 0.98 | 8.13 | 1.05 | -1.23 | 3.96 | 2.72 | 1.20 | 2.42 | -4.95 | 65.09 |
Blake Griffin | Detroit Pistons | 16.26 | 0.68 | 10.10 | 14.57 | 0.64 | -0.72 | 9.63 | 0.43 | 7.56 | 1.64 | -1.89 | 6.13 | 3.78 | 1.10 | 1.41 | -6.54 | 64.79 |
Jusuf Nurkic | Portland Trail Blazers | 20.69 | 1.68 | 0.29 | 10.65 | 2.83 | -0.88 | 13.02 | 0.25 | 6.51 | 5.51 | -3.18 | 4.26 | 4.64 | 0.90 | 2.68 | -5.45 | 64.40 |
Julius Randle | New Orleans Pelicans | 21.10 | 1.21 | 4.07 | 9.50 | 1.17 | -1.04 | 12.11 | 0.84 | 8.02 | 3.15 | -2.95 | 4.68 | 5.06 | 1.10 | 1.70 | -5.85 | 63.86 |
Luka Doncic | Dallas Mavericks | 13.03 | 0.77 | 10.83 | 16.86 | 0.46 | -0.54 | 10.06 | 1.09 | 6.79 | 1.54 | -1.41 | 4.71 | 2.73 | 1.07 | 2.29 | -6.73 | 63.55 |
Domantas Sabonis | Indiana Pacers | 21.43 | 1.54 | 0.92 | 10.50 | 1.10 | -0.39 | 14.03 | 0.32 | 5.86 | 4.45 | -3.42 | 4.65 | 4.77 | 1.00 | 2.06 | -5.66 | 63.16 |
John Wall | Washington Wizards | 16.57 | 0.36 | 6.53 | 24.21 | 1.52 | -0.82 | 4.75 | 1.12 | 5.25 | 0.69 | -1.67 | 3.33 | 3.21 | 1.20 | 3.23 | -7.03 | 62.44 |
Rudy Gobert | Utah Jazz | 17.49 | 1.62 | 0.00 | 6.44 | 3.83 | -0.54 | 15.03 | 0.19 | 6.34 | 5.15 | -2.21 | 5.04 | 4.37 | 0.87 | 1.94 | -3.15 | 62.41 |
Hassan Whiteside | Miami Heat | 20.74 | 1.91 | 0.30 | 3.54 | 4.36 | -0.67 | 17.01 | 0.25 | 3.05 | 6.53 | -2.81 | 3.90 | 4.92 | 0.86 | 2.14 | -3.72 | 62.30 |
Kemba Walker | Charlotte Hornets | 14.81 | 0.66 | 13.59 | 15.82 | 0.71 | -1.17 | 5.63 | 0.92 | 6.07 | 0.69 | -1.11 | 3.95 | 2.63 | 1.11 | 2.66 | -4.73 | 62.22 |
D’Angelo Russell | Brooklyn Nets | 16.14 | 0.50 | 12.98 | 21.24 | 0.52 | -0.44 | 5.50 | 0.81 | 3.21 | 0.85 | -1.45 | 1.92 | 2.68 | 1.23 | 2.72 | -6.38 | 62.02 |
Andre Drummond | Detroit Pistons | 21.02 | 1.98 | 0.23 | 3.28 | 2.97 | -0.99 | 15.70 | 0.43 | 3.99 | 6.61 | -2.60 | 3.36 | 5.18 | 1.07 | 3.78 | -4.32 | 61.68 |
Jrue Holiday | New Orleans Pelicans | 16.82 | 0.47 | 6.61 | 20.92 | 1.24 | -0.65 | 5.69 | 0.86 | 4.11 | 1.41 | -1.50 | 2.75 | 3.65 | 0.91 | 3.35 | -5.35 | 61.29 |
De’Aaron Fox | Sacramento Kings | 15.86 | 0.18 | 4.90 | 21.79 | 0.93 | -0.83 | 5.15 | 1.69 | 5.64 | 0.74 | -2.01 | 4.17 | 3.21 | 1.62 | 3.99 | -5.88 | 61.13 |
Montrezl Harrell | LA Clippers | 23.66 | 1.57 | 0.09 | 6.56 | 3.02 | -0.92 | 8.65 | 0.82 | 5.69 | 3.72 | -3.07 | 4.74 | 5.76 | 0.85 | 2.41 | -3.36 | 60.18 |
Devin Booker | Phoenix Suns | 17.89 | 0.54 | 8.87 | 18.46 | 0.32 | -0.90 | 5.11 | 1.25 | 7.17 | 0.66 | -2.35 | 4.29 | 3.13 | 1.06 | 1.67 | -7.29 | 59.89 |
DeMar DeRozan | San Antonio Spurs | 22.27 | 0.43 | 0.46 | 16.61 | 0.79 | -0.99 | 8.10 | 0.45 | 6.57 | 0.92 | -1.59 | 4.03 | 3.59 | 0.83 | 2.11 | -4.74 | 59.85 |
Bradley Beal | Washington Wizards | 17.80 | 0.51 | 9.89 | 13.49 | 1.07 | -0.55 | 5.38 | 1.23 | 5.66 | 1.16 | -2.06 | 3.29 | 3.21 | 1.28 | 2.86 | -4.71 | 59.50 |
Mike Conley | Memphis Grizzlies | 13.36 | 0.45 | 9.02 | 18.33 | 0.57 | -0.46 | 4.39 | 0.62 | 6.44 | 0.80 | -1.27 | 4.17 | 2.38 | 1.28 | 3.11 | -3.78 | 59.41 |
Enes Kanter | Portland Trail Blazers | 21.30 | 2.03 | 0.74 | 7.17 | 0.71 | -0.97 | 12.84 | 0.29 | 4.53 | 6.56 | -2.38 | 3.51 | 5.10 | 0.87 | 1.35 | -4.51 | 59.14 |
Eric Bledsoe | Milwaukee Bucks | 14.85 | 0.52 | 7.46 | 18.11 | 0.71 | -0.51 | 6.72 | 1.44 | 3.50 | 1.52 | -1.75 | 2.62 | 3.49 | 1.46 | 3.63 | -4.63 | 59.11 |
LaMarcus Aldridge | San Antonio Spurs | 23.99 | 1.18 | 0.40 | 7.31 | 2.12 | -0.48 | 9.23 | 0.32 | 6.23 | 4.00 | -1.73 | 4.26 | 3.82 | 0.75 | 1.16 | -3.74 | 58.82 |
Victor Oladipo | Indiana Pacers | 14.73 | 0.36 | 9.01 | 15.36 | 0.54 | -1.08 | 8.38 | 1.54 | 4.10 | 0.83 | -1.54 | 3.13 | 2.16 | 1.22 | 3.87 | -4.50 | 58.12 |
Chris Paul | Houston Rockets | 9.00 | 0.61 | 9.40 | 23.91 | 0.35 | -0.18 | 6.22 | 0.38 | 4.99 | 0.66 | -1.99 | 3.13 | 1.52 | 0.93 | 4.41 | -5.48 | 57.85 |
Derrick Rose | Minnesota Timberwolves | 20.29 | 0.52 | 5.47 | 15.61 | 0.52 | -0.84 | 4.13 | 0.94 | 4.92 | 1.02 | -0.93 | 2.49 | 3.54 | 0.97 | 1.57 | -3.74 | 56.49 |
Zach LaVine | Chicago Bulls | 18.18 | 0.76 | 7.97 | 12.38 | 0.74 | -1.07 | 6.19 | 1.12 | 6.85 | 0.77 | -1.67 | 3.33 | 3.69 | 1.32 | 1.87 | -6.06 | 56.36 |
Jimmy Butler | Philadelphia 76ers | 15.66 | 0.60 | 4.41 | 11.67 | 1.01 | -0.51 | 5.66 | 1.07 | 6.30 | 2.21 | -1.24 | 3.24 | 3.07 | 0.99 | 4.13 | -2.65 | 55.63 |
Kyle Lowry | Toronto Raptors | 6.52 | 0.42 | 9.85 | 25.68 | 0.86 | -0.36 | 5.78 | 0.91 | 3.69 | 0.83 | -1.87 | 3.30 | 1.21 | 0.73 | 2.98 | -5.00 | 55.52 |
Deandre Ayton | Phoenix Suns | 22.10 | 1.20 | 0.00 | 6.04 | 1.59 | -0.49 | 12.46 | 0.31 | 3.12 | 4.30 | -2.30 | 2.61 | 4.54 | 0.83 | 1.92 | -3.59 | 54.65 |
Donovan Mitchell | Utah Jazz | 17.34 | 0.59 | 9.50 | 11.45 | 0.59 | -0.99 | 5.33 | 0.73 | 5.52 | 0.90 | -2.00 | 3.09 | 3.44 | 1.07 | 3.28 | -5.53 | 54.32 |
Marc Gasol | Toronto Raptors | 12.63 | 0.46 | 5.62 | 14.06 | 1.97 | -0.35 | 11.76 | 0.29 | 3.75 | 1.52 | -2.15 | 3.30 | 2.20 | 0.71 | 2.36 | -4.42 | 53.70 |
Clint Capela | Houston Rockets | 20.05 | 1.17 | 0.00 | 3.71 | 2.78 | -0.86 | 11.87 | 0.77 | 3.11 | 5.99 | -2.00 | 2.63 | 5.02 | 0.70 | 1.26 | -2.88 | 53.33 |
Of course, I understand that optimal stats for each player does not necessarily translate to the players who will adapt their games, but it does give us an idea of who is capable of adjusting their games based on past performance. The real gems are the non stars and mid tier players (not listed above) who can make a big impact for the best bang for the buck.
How the Atlanta Hawks Can Get Their Players to Execute The Game Plan
Agile Sports Analytics Framework
The Agile Sports Analytics (ASA) Framework provides specific processes, roles, events, and tools necessary to translate data and analytics into player results on the court. Performance goals are planned and executed in 10 game increments, called Sprints. Players earn Agility Points, which measure their ability to adapt their playing style to execute team goals. Agility Points are like fantasy points, except the point values are based on the team’s goals, specific needs and game-plan. Each game players earn Agility Points based on their performance against the team’s Agility Scoring System for that sprint. The Agility Scoring System details how many Agility Points each stat generates when the player executes actions on the court. Each Sprint the statistics and Agility Scoring System are reassessed and adjusted, based on the past Sprint performance and the coach’s expert judgment and game plan.
An example of my approach is depicted below, and illustrates the pillars, roles, tools, events and processes of the ASA Framework. To fully understand the processes and how to integrate the Hawks’ existing analytics platform, I urge you to read my book ‘Agile Sports: A Blueprint for Measuring Value, Improving Player IQ and Creating Team Synergy’ , which details the step by step process for executing the framework. Feel free to contact me to discuss the process in detail or for me to provide a complementary sports analytics maturity assessment, measuring 26 best practices and 130 key processes within the Hawks’ organization.
The Agile Sports Framework can be applied to any team’s existing analytics platform to plan and execute team strategy.
Roles
The key members of the ASA Framework are the lead analyst, coaches, players, scouts and the agile sports consultant. Each role has specific characteristics and responsibilities critical for building team synergy and ensuring continuous performance improvement.
The lead analyst clearly defines Sprint performance metrics and their associated Agility Scores, prioritizes team and player statistics, manages the Sprint Performance Dashboard, recommends performance goals through Player Agility Cards, and ensures that players understand the Agility Points Portfolio and scoring system, and what they must do in order to add value and achieve team Sprint Goals.
The head coach is the team decision maker and defines the team’s game plan. The coach works closely with the lead analyst to ensure the game plan and team goals are captured in the analytic model. The coach also ensures that the scoring system is consistent with his observations.
The assistant coaches help the players develop their skills, IQ and ability to leverage analytics to add value to reach team goals. Assistant coaches ensure that the feedback captured in the Sprint Planning and Sprint Review meetings are relayed to the players.
The scouts apply analytics to identify the best available talent to contribute to team needs and goals.
The sports analytics consultant assumes the role of advisor to the lead analyst, coaches and players. They are responsible for providing techniques for effective Sprint Performance Dashboard management and Agility Points Portfolio statistics, ensuring the ASA Framework principles and processes are being applied, removing obstacles that impede on player or team progress and recommending changes that enforce the six pillars of the ASA Framework.
Events
Prescribed events are used to create consistency and maintain continuous performance improvements throughout the season. All events are time-based to avoid distraction from day to day operations and activities.
The core of the ASA Framework is a Sprint, an incremental scheduled group of 10 games during which a set of specific target metrics and goals are defined, translated into a scoring system and measured.
Sprints contain and consist of the Sprint Planning Session, the 10 scheduled games, Post-Game Reviews, and the Post-Sprint Review/Retrospective meeting. Each of these events serve a purpose; to answer the following:
- What areas can we improve?
- What can the team do better to achieve its Sprint and seasonal goals?
- And how will players deliver the desired result?
After each Sprint, evaluations and necessary adjustments are made, new impact metrics are pulled from the Performance Metrics Log into the Agility Point Portfolio, and the analytic models are rerun learning from historical data and previous Sprint results.
Sprints are used to get players accustomed to hitting target goals and improving upon an area of weakness or other attribute deemed critical to achieving the team’s overall goal. Each Sprint has a definition of the goal to be accomplished, a plan that will be followed, how success will be defined, and the results.
Agile Sports Analytics Tools
Tools for the ASA Framework provide transparency of data and regular opportunities for inspection, adaptation, self-organization and synergy. They include the Sprint Performance Dashboard, Performance Metrics Log, Team Needs Profile, the Agility Points Portfolio and Player Agility Cards.
Sprint Performance Dashboard
The Sprint Performance Dashboard provides views and access into all the tools within the ASA Framework. It offers analysts, coaches, players and scouts views into team performance, strategy and Player Agility Cards.
Performance Metrics Log
The Performance Metrics Log is the repository where all team statistics are stored, before being analyzed, converted to metrics and assigned value and agility points. Stats in the Performance Metrics Log predicted to fulfill a team need and/or have the greatest impact on winning games in the upcoming Sprint are pulled into the Agility Points Portfolio.
Team Needs Profile
The Team Needs Profile provides a view into the optimal performance the players and team should deliver in order to win X number of games. It contains the Impact Stats Analysis and the Team Needs Analysis.
Agility Points Portfolio
The Agility Points Portfolio contains the stats that will be monitored during the Sprint. The Agility Points Portfolio contains the Agility Scoring System and predicted stats the team and individual players need to deliver to win each game within the Sprint. It contains the Player Agility Cards and is where analysts submit Recommended Agility Scores, the coaches align the scoring system to the game plan, and where players plan what they will do in order to achieve the recommended scores.
I applied machine learning algorithms and mathematic formulas to determine the Hawks’ Agility Scoring System (see Agility Points Scoring Model).
Recommended Player Agility Scores are the recommended stats, translated through the Agility Scoring System and defined by the analyst, which players and coaches use as a guide when determining how they will execute the strategy and achieve N number of wins.
Player Agility Cards
Player Agility Cards are the interactive component within the ASA Framework where players can view the statistics they will be measured against (defined by the Lead Analyst) and understand how their actions on the court will translate into Agility Points, and more importantly, wins. Players can adjust their planned statistical output and learn how adjusting their efforts will translate to Agility Points, and help the team achieve its Sprint Goals. By doing this, players are actually planning how they will execute Lloyd Pierce game plan, and doing so in a format they are accustomed to quantifying stat value (fantasy sports).
Conclusion
What’s unique about Agile Sports Analytics is that it gets players to execute team game plans by rewarding points for executing stats that aren’t typically valued in the box scores. It answers for players “what’s in it for me?”. Player Agility Cards allow analysts to recommend player goals, and players to see how each stat impacts their agility scores. This creates player buy-in to the team’s game-plan. Numerous studies show that what gets measured gets done. What good are analytics if they don’t drive player performance? The ASA Framework engages players, enables players to demonstrate they can adapt/create value, helps teams reach their goals, encourages competition within the team to generate the most agility points and guides teams to play with synergy. Most importantly, it integrates with your existing analytics program and is flexible with any statistics and metrics the team uses to measure performance. When implemented into the the culture Agile Sports Analytics can foster a system of G League and European talent ready to make an immediate impact.
Contact Victor Holman
If you’d like to discuss how Victor can help you leverage your analytics to execute game plan and organizational strategy, contact him below (in the footer)
Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics, Atlanta Hawks Analytics,