Section 01
Introduction: Football Match Prediction System Based on LightGBM and ELO Rating
This project was developed and open-sourced on GitHub by edu-moraess (link: https://github.com/edu-moraess/Football_PredictorML, release date: 2026-05-27). Its core is a football match result prediction system built by combining LightGBM gradient boosting trees, Multi-Layer Perceptron (MLP) neural networks, and the ELO rating system, with an interactive application implemented via the Streamlit framework. This hybrid approach retains the domain knowledge interpretability of ELO ratings while leveraging the data-driven predictive power of machine learning.