Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA Draft Value Model: Evaluating the 2026 NBA Draft Class

This project applies a historical NBA success prediction model to the 2026 NBA Draft class to identify players whose pre-draft profiles suggest they may provide greater long-term value than their draft position alone indicates.

The model is designed to complement traditional scouting by using historical NBA outcomes, college production, advanced efficiency metrics, and physical measurements to evaluate every drafted player.


Key Results

  • Evaluated all 60 players selected in the 2026 NBA Draft.
  • Applied a historical NBA success model trained on 382 NBA draft selections (2012–2020).
  • Used college production, physical measurements, and shooting efficiency metrics to generate player success scores.
  • Produced player rankings, draft value analysis, team grades, visualizations, and an exportable Excel report.

Project Objective

The objective of this project is to answer the following question:

Can pre-draft basketball production and physical measurements identify future NBA success without relying on draft position?

Rather than reproducing consensus draft order, the model evaluates players using measurable pre-draft characteristics.


Data Sources

This project combines multiple datasets into a single predictive modeling pipeline.

2026 NBA Draft

  • Draft Pick
  • Team
  • Height
  • Weight
  • Age

College Statistics

  • Points Per Game
  • Rebounds Per Game
  • Assists Per Game
  • Steals Per Game
  • Blocks Per Game
  • Assist-to-Turnover Ratio

Advanced Statistics

  • True Shooting Percentage
  • Effective Field Goal Percentage

Historical Model

The prediction model was trained using historical NBA Draft classes from 2012–2020.

The historical model predicts whether a player reaches a successful NBA career using pre-draft information.

For this 2026 draft value analysis, draft position was removed from the prediction features so the model could evaluate prospects based on production, efficiency, age, and physical profile rather than simply reproducing draft order.


Model Variables

The final model evaluates players using:

  • Draft Age
  • Height
  • Weight
  • Points Per Game
  • Rebounds Per Game
  • Assists Per Game
  • Steals Per Game
  • Blocks Per Game
  • Assist-to-Turnover Ratio
  • True Shooting Percentage

Project Workflow

  1. Import Draft Data
  2. Import College Statistics
  3. Import Advanced Statistics
  4. Clean Player Names
  5. Merge Data Sources
  6. Engineer Model Features
  7. Predict NBA Success Probability
  8. Generate NBA Success Scores
  9. Rank Players
  10. Calculate Team Draft Grades

Repository Structure

data/
    2026_NBA_Draft_Analysis.xlsx

scripts/
    01_prepare_2026_data.R
    02_score_2026_draft.R
    03_create_2026_charts.R
    04_export_2026_tables.R

outputs/
    data/
    figures/
    models/
    tables/

reports/
    2026_Draft_Model_Results.xlsx

Project Outputs

The project automatically produces:

  • Player Rankings
  • NBA Success Scores
  • Success Probability
  • Biggest Draft Steals
  • Biggest Draft Reaches
  • Team Draft Grades
  • Excel Report

Visualizations

Top 15 NBA Success Scores

Top 15 Success Scores


Biggest Draft Steals

Biggest Draft Steals


Biggest Draft Reaches

Biggest Draft Reaches


Draft Pick vs NBA Success Score

Draft Pick vs Success Score


Skills Demonstrated

  • Predictive Modeling
  • Logistic Regression
  • Sports Analytics
  • Feature Engineering
  • Data Cleaning
  • Data Integration
  • Data Visualization
  • R Programming
  • Excel
  • GitHub

Future Improvements

  • Random Forest comparison
  • XGBoost implementation
  • SHAP feature importance
  • International player integration
  • Summer League performance tracking
  • Career outcome tracking

Why This Project Matters

NBA front offices evaluate prospects using scouting, video, interviews, medical evaluations, and analytics.

This project demonstrates how historical NBA outcomes and measurable pre-draft characteristics can be combined into a predictive framework that provides an additional perspective on player evaluation.

The goal is not to replace scouting, but to support basketball decision-making through objective statistical analysis.


Author

Danny Thompson

Basketball Analytics | Predictive Modeling | Sports Data Science

GitHub: https://github.com/DannyTData

LinkedIn: https://www.linkedin.com/in/danny-f-thompson/


License

MIT License

About

Predictive analytics model evaluating the 2026 NBA Draft using historical NBA outcomes, college production, advanced efficiency metrics, and physical measurements.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages