NBA_PREDICTOR / src /prediction_pipeline.py

Commit History

Fix auto-training and add dynamic MVP/Championship predictions
dfac64b

jashdoshi77 commited on

Fix: Use pts field instead of ppg in fallback data to match frontend
b5e5463

jashdoshi77 commited on

Perf: Lightning-fast caching - startup warming, cached rosters, fast fallbacks
5ad7521

jashdoshi77 commited on

Fix: Use real NBA API for starting 5 lineups instead of hardcoded data
a857cc7

jashdoshi77 commited on

Debug: Add logging to diagnose api_data path issue on HF Spaces
63f7810

jashdoshi77 commited on

Fix: Enhanced prediction algorithm for accurate, varied probabilities - Uses multi-factor Log5 formula with current season standings (40%), recent form (30%), ELO (20%), injury impact, and home court advantage - Replaces fixed 64/36% predictions with realistic varied percentages
7e282fd

jashdoshi77 commited on

Smart training after games complete + MVP retry with 60s timeout
813f54d

jashdoshi77 commited on

Initial commit: NBA Sage Predictor for Hugging Face Spaces (with LFS for large files)
c095e08

jashdoshi77 commited on