- Got really into Premier League soccer recently
- Curious about which teams actually outperform expectations over time
- Used historical data from to 1992 - 2023
- Tried to build models that could predict match outcomes
- Used Kaggle for my data
4/1/2025
epl_data <- read.csv("prepared_epl_data.csv")
Home advantage has declined significantly over three decades
Modern Premier League is slightly more goal-rich than early seasons
Elite clubs maintain their dominance despite more competitive league
Random Forest achieved 73% accuracy