Dynamic Moving Ratings
Every single prediction originates from our localized data warehouses. The algorithm pulls verified data arrays directly from historical results to break team profiles down into three core indicators:
- 1. ELO Rating System: Calculates overall strength based on wins/losses relative to the specific caliber of opponent. A static home-court advantage modifier of +3.2 rating points is automatically integrated for home squads.
- 2. Offensive Efficiency (Off-Diff): A real-time metric calculating a team's true scoring capabilities relative to their opponent's defensive floor.
- 3. Defensive Efficiency (Def-Diff): A dynamic metric measuring true defensive isolation and suppression capabilities over a rolling window.
Hyperparameter Tuning & Backtesting
Basketball leagues don't play identical styles. Teams in Spain's Liga ACB perform differently than fast-paced rosters in the NCAA or physical teams in the Euroleague.
To counter this, our engine runs multi-generational training loops across hundreds of prospective weight combinations for recent performances. The machine systematically separates the last 15% of matches inside a specific tournament as a blind validation set to backtest accuracy.
"We calibrate different historical weights per league to discover which exact combination generates the lowest Mean Absolute Error (MAE) and highest predictive accuracy before analyzing upcoming slates."
Gradient Boosting & Probability Scaling
Once optimized weights are established, the raw data structures enter a sophisticated machine learning classifier known as HistGradientBoosting.
Instead of relying on random guessing or basic averages, the classifier builds interactive, multi-layered decision trees to mathematically establish combinations that indicate a structural home or away team advantage.
To prevent the system from being overly aggressive or displaying false confidence, we route the output through a Calibrated Classifier. This scales raw model outputs into true, true-to-life probability distribution curves.
Understanding Card Metrics
The calibrated percentage probability calculated by the model that the selected side will cover or win outright.
Identifies discrepancies between actual team execution indices vs baseline market lines to show where premium price inaccuracies are located.
Our highest distinction level. Sparked exclusively when individual match confidence meets or exceeds 65.0% and the tournament's backtested baseline historical accuracy threshold is verified at 60.0%+.