national
Deploy Iddaai Backend / build-and-deploy (push) Successful in 58s

This commit is contained in:
2026-06-02 13:20:45 +03:00
parent 033a29c79c
commit b9700f9fda
6 changed files with 294 additions and 1 deletions
@@ -58,6 +58,7 @@ from services.match_commentary import generate_match_commentary
from utils.top_leagues import load_top_league_ids
from utils.league_reliability import load_league_reliability
from utils.league_confidence import load_league_confidence
from utils.national_leagues import load_national_leagues
from config.config_loader import build_threshold_dict, get_threshold_default, get_config
from models.calibration import get_calibrator
@@ -173,6 +174,7 @@ class SingleMatchOrchestrator(
self.top_league_ids = load_top_league_ids()
self.league_reliability = load_league_reliability()
self.league_confidence = load_league_confidence()
self.national_leagues = load_national_leagues()
self.enrichment = FeatureEnrichmentService()
self.odds_band_analyzer = OddsBandAnalyzer()
# ── Market Thresholds (loaded from config/market_thresholds.json) ──