Instead of predicting an absolute outcome (like career wins), build a model that predicts which of two prospects will have the better career and aggregate those head-to-head probabilities into a ranking. Augment that approach with human‑curated intermediate labels (role archetype probabilities) so the model evaluates players relative to likely NBA roles rather than raw box‑score outputs.
— This design is a replicable pattern for reducing noise in predictive tasks where long‑run outcomes are heavily influenced by luck or context, and it highlights the value of hybrid human–machine pipelines.
Joseph George
2026.03.28
100% relevant
Nate Silver’s article describes PRISM using CatBoost to produce an N×N matrix of head‑to‑head win probabilities and a role‑prediction stage that feeds archetype probabilities into the ranking model (training on 2010–2021 draft classes and BartTorvik era play‑by‑play data).
← Back to All Ideas