01Migrates core logic from scripts/notebooks to a standardized src/ package structure
02Preserves algorithmic behavior while improving code architectural quality
03Organizes code into logical modules (data, modeling, evaluation, etc.)
04Standardizes package boundaries with appropriate __init__.py files
05Replaces duplicated logic in notebooks with clean module imports
060 GitHub stars