
Spin Doctor BB
80 posts

Spin Doctor BB
@SpinDoctor_BB
Twitter account for https://t.co/zHxasAUsiW.


Why pitch tunneling don't work using Physics of baseball Few years ago I've found pitch tunneling which means two pitches head to two location after appear in similar location don't really work base on Statcast data. Now I'd try to see a physical explaination of it 1/n




Investigate pitch tunneling effect (again) There are multiple articles on pitch tunneling e.g. by @harrypav et al. baseballprospectus.com/news/article/3… Well here I'm going to investigate it again and hopefully eliminate some selection bias(1/n)












I added the ability to access the statcast-era-pitches Hugging Face dataset through a simple python library I created called statcast_pitches. Below is an example on how you can get started either using the default Polars method (recommended) or query the data into a polars LazyFrame from a DuckDB SQL query. Each code snippet has the same result. Recently the popular open source baseball computer vision project, BaseballCV (created by @DrummeyDylan), adopted the statcast_pitches library and saw a significant speed up in their data download times. BaseballCV: lnkd.in/gtew6Dm6 statcast_pitches Source code: lnkd.in/g8Ad_Xsi HuggingFace Dataset: lnkd.in/gJTgWGaD











