guitavares8/Football_ai_Predictor
Machine Learning pipeline for predicting football match outcomes.
SUMMARY AI summary by gpt-5-mini
A Machine Learning system to produce quantitative predictions for Portuguese Primeira Liga matches. It targets sports analysts, data scientists and bettors who need probabilistic forecasts rather than simple averages. The pipeline combines historical results, an Elo ranking, advanced form features (streaks, rolling Expected Goals) and an exponential time-decay to prioritize recent form. Key features: - Three real-time models served by a Streamlit app: XGBClassifier for 1X2 probabilities, XGBRegressor for total-goals expectation (combined with a Poisson distribution to derive exact over/under odds), and an XGBClassifier for Both Teams To Score (BTTS). - Conversion of probabilities into double-chance coverages. - Persisted models (.pkl), preprocessing and evaluation notebooks, data ingestion automation. Tech stack: Python, pandas/numpy, scikit-learn, XGBoost, Streamlit. Repository separates data, trained models, notebooks and the app.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-13 |
| Last push | 2026-05-16 |
| First seen here | 2026-05-16 |
| Last fetched | 2026-05-16 18:13 |
Similar repos (same language)
Beginner-friendly Machine Learning projects built with Python, Scikit-learn and Google Colab.
ak-junior3339/PriceMyRideAI aparna172004/AI-Movie-Recommendation-SystemAn AI-powered Movie Recommendation System built using Machine Learning and Streamlit that suggests movies based on user preferences. The system uses content-based filtering to find similar movies by analyzing movie features such as genres, keywords, cast, and overview.
rmnouv/learning-agentic-ai shady528/StoxAI-powered stock market chatbot with multi-LLM support (Gemini, Claude, GPT). Built with RAG, FastAPI, React, and Vector Databases