This project pulls past game data from api-football, and uses this to predict the outcome of future premier league matches with the use of classical machine learning techniques.
This document discusses the process of building a model to predict the outcome of Premier League football matches using data collected from an API. The study aimed to achieve a test accuracy of over 50% with realistic output probabilities. The data cleaning and preparation, feature engineering, model training, and evaluation are detailed in the document.
The document outlines the process of building a model to predict Premier League football match outcomes using API data. Features like feature engineering and data visualization were used to enhance model accuracy. The study aimed to achieve a test accuracy of over 50% with realistic output probabilities, showing promising results for predicting future matches accurately.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.