Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1005 Bytes

File metadata and controls

23 lines (18 loc) · 1005 Bytes
  • Algorithm improvements

    • Switch to residual learning (predict corrections to baseline reconstructions)
    • Add target standardization for balanced multi-target training
    • Introduce energy-bin weighting with low-statistics suppression
    • Refine XGBoost training (regularization, early stopping, updated hyperparameters)
  • New features

    • Training diagnostics with cached metrics (generalization gap, residual normality)
    • SHAP feature importance caching per target
    • Diagnostic scripts and CLI tools for evaluation and interpretability
    • Reproducible diagnostics via model metadata reconstruction
    • Expanded test suite and improved error handling
  • Bug fixes

    • Correct log10 handling for energy residuals
    • Fix scaler loading/inversion in apply pipeline
    • Fix energy-bin weighting logic
    • Ensure safe energy validation (ErecS) without dropping rows
    • Align evaluation metrics with residual formulation
    • Resolve pandas/sklearn warnings and compatibility issues