<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kevin Zhou</title>
    <description>The latest articles on DEV Community by Kevin Zhou (@kevzho).</description>
    <link>https://dev.to/kevzho</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3777988%2Feb403799-6ea5-4771-8f9f-2771ba6f9e71.jpeg</url>
      <title>DEV Community: Kevin Zhou</title>
      <link>https://dev.to/kevzho</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kevzho"/>
    <language>en</language>
    <item>
      <title>I Built a Premier League Predictor with 20,000 Monte Carlo Simulations – Here's How</title>
      <dc:creator>Kevin Zhou</dc:creator>
      <pubDate>Tue, 17 Feb 2026 16:21:38 +0000</pubDate>
      <link>https://dev.to/kevzho/i-built-a-premier-league-predictor-with-20000-monte-carlo-simulations-heres-how-5f4o</link>
      <guid>https://dev.to/kevzho/i-built-a-premier-league-predictor-with-20000-monte-carlo-simulations-heres-how-5f4o</guid>
      <description>&lt;p&gt;Hey Dev.to community!&lt;/p&gt;

&lt;p&gt;I'm a high school junior who loves soccer and data science, so I decided to combine them. I built PLForecast – an interactive web app that predicts Premier League outcomes using Monte Carlo simulations and ELO ratings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt;&lt;br&gt;
Runs 20,000 simulations of the remaining Premier League season&lt;br&gt;
Calculates title odds, top 4 chances, and relegation probabilities&lt;br&gt;
Updates dynamically as match results come in (manually updated for now, but will change that in v2)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech stack:&lt;/strong&gt;&lt;br&gt;
• Python (pandas, numpy) for calculations&lt;br&gt;
• Streamlit for the interactive dashboard&lt;br&gt;
• Monte Carlo methods + ELO ratings for predictions&lt;br&gt;
• Deployed on Streamlit Cloud&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Current predictions (according to my model):&lt;/strong&gt;&lt;br&gt;
• Arsenal title chances: 83.9%&lt;br&gt;
• Tottenham relegation odds: 7.8%&lt;br&gt;
• Relegation battle: 6 teams within 2% probability&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check it out:&lt;/strong&gt;&lt;br&gt;
Live app: &lt;a href="https://plforecast.streamlit.app/" rel="noopener noreferrer"&gt;https://plforecast.streamlit.app/&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/kevzho/PLForecast" rel="noopener noreferrer"&gt;https://github.com/kevzho/PLForecast&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback from this community! What features would you add? xG data? Player injuries? Referee tendencies?&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>simulation</category>
    </item>
  </channel>
</rss>
