Articles by Matt Bowers

Bayesian Modeling Primer

June 4, 2025 | Matt Bowers

Well, dear reader, I know I haven’t been posting very much lately. That’s because I’ve been busy moving to a new city and working a new DS gig and learning some new things, including Bayesian modeling. In particular I’ve been reading Richard McEl...
[...Read more...]

SHAP from Scratch

August 4, 2024 | Matt Bowers

Ahh, SHAP. As you know it’s become one of the leading frameworks for explaining ML model predictions. I’d guess it’s popularity is due to its appealing theoretical basis, its universal applicability to any type of ML model, and its easy-to-use python package. SHAP promises to turn your ...
[...Read more...]

SHAP from Scratch

August 4, 2024 | Matt Bowers

Ahh, SHAP. As you know it’s become one of the leading frameworks for explaining ML model predictions. I’d guess it’s popularity is due to its appealing theoretical basis, its universal applicability to any type of ML model, and its easy-to-use python package. SHAP promises to turn your ...
[...Read more...]

XGBoost for Regression in Python

September 17, 2023 | Matt Bowers

In this post I’m going to show you my process for solving regression problems with XGBoost in python, using either the native xgboost API or the scikit-learn interface. This is a powerful methodology that can produce world class results in a short...
[...Read more...]
1 2