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)
Keegan Johnson
Keegan Johnson
HR Data Scientist

My interests include improving organizational data visibility, defining and implementing high data modeling best-practices, and finding efficiency opportunities for more advanced predictive analysis..