FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Beyond Marcel: Adding Bayesian Regression to NPB Baseball Predictions — A 15-Step Journey
NewsProgramming Languages

Beyond Marcel: Adding Bayesian Regression to NPB Baseball Predictions — A 15-Step Journey

via Dev.to PythonYMori5h ago

Introduction In a previous project, I built an NPB (Nippon Professional Baseball) player projection system using the Marcel method — a simple "3-year weighted average + regression to the mean" approach. GitHub : npb-prediction Marcel performed surprisingly well: it beat ML models (LightGBM/XGBoost) for pitcher ERA prediction. But it had clear limitations: Limitation Marcel's approach New foreign players Use league average (can't use previous league stats) Point estimates only No uncertainty quantification Uniform age adjustment +0.3%/year for all players Ignores skill metrics Can't leverage K% or BB% To address these, I started a new project: Bayesian regression on top of Marcel . GitHub : npb-bayes-projection Here's what happened over 15 steps. Step 1: Foreign Player Conversion Factors NPB teams sign foreign players every year. If we can convert their previous-league stats to NPB scale, we should beat league-average predictions. What I did Identified 365 foreign players in NPB (2015-2

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
0 views

Related Articles

Google settles with Epic Games, drops its Play Store commissions to 20%
News

Google settles with Epic Games, drops its Play Store commissions to 20%

TechCrunch • 16m ago

Which iPhone 17 Model Should You Buy?
News

Which iPhone 17 Model Should You Buy?

Wired • 22m ago

Trump’s War on Iran Could Screw Over US Farmers
News

Trump’s War on Iran Could Screw Over US Farmers

Wired • 1h ago

How Our Kafka Consumer Fell 14 Million Messages Behind
News

How Our Kafka Consumer Fell 14 Million Messages Behind

Medium Programming • 1h ago

MacBook Neo, iPhone 17e, and everything else Apple announced this week
News

MacBook Neo, iPhone 17e, and everything else Apple announced this week

TechCrunch • 1h ago

Discover More Articles