DEV Community

Discussion on: Predicting win probabilities of premier league teams based on last seasons performance using Python

Collapse
 
homelessjimmy profile image
HomelessJimmy • Edited

I’ve been running similar models and found it handy to cross-check trends with live data, so I usually keep rubiscore.com/ open to compare my predictions with real match stats and xG as the season unfolds
It helps me spot where my code might be overfitting or missing form shifts, so pairing your Python workflow with something like that could make your insights land even stronger