Our prediction engine
Six models power every prediction. Mix-and-match them via a single API parameter — no ML expertise needed.
Linear Regression
56.9% win rate
Multi-factor linear regression using Elo, form, and home advantage
Bayesian Inference
60.5% win rate
Bayesian probability updating with prior knowledge and form evidence
Logistic Regression
60.5% win rate
Sigmoid-based classification with weighted feature combination
Monte Carlo Simulation
56.0% win rate
5,000-game simulation for outcome distribution analysis
Ensemble (All Models)
54.0% win rate
Weighted combination of all prediction models for maximum accuracy
Use any model via API
Pass the algorithms parameter with any request to pick which engine runs your predictions.
GET /api/v1/predictions?algorithms=bayesian,ensemble