Personal Site
Personal Site
About
Posts
Contact
Resume
Light
Dark
Automatic
Posts
Estimating OBP with Empirical Bayes
OBP for 2023 Season
Last updated on Dec 31, 2023
3 min read
Quick MLB-Story Classification Model
library(ggplot2) ## Warning: package 'ggplot2' was built under R version 4.2.3 # Change the point size, and shape ggplot(mtcars, aes(x=wt, y=mpg)) + geom_point(size=2, shape=23)
Last updated on Dec 30, 2023
1 min read