Commit Graph

3 Commits

Author SHA1 Message Date
03f87c205b Improve schedule scraping and rating computation with better docs
- Add detailed docstrings and comments to build_season_schedule.py scraping/parsing functions
- Enhance compute_ratings.py with clear parameter/docs and refined data handling
- Improve Elo calculation stability and add composite rating output with explained metrics
2025-08-28 15:16:32 -05:00
ef11cdbac3 Convert scripts to use Typer and add requirements.txt
- Replaced argparse with Typer for CLI argument parsing in both scripts
- Updated function signatures and calls accordingly in build_season_schedule.py and compute_ratings.py
- Added requirements.txt listing dependencies including typer[all], pandas, numpy, etc.
2025-08-28 15:06:10 -05:00
5cecc6e280 initial commit 2025-08-27 11:23:48 -05:00