Skip to content

v0.3.5

Latest

Choose a tag to compare

@jkoestner jkoestner released this 07 Jun 19:18
dbdddf7

0.3.5

Full Changelog

Enhancements

  • add claude skills (model-review, nn-review, mortality-table-build)
  • cdc analytic enhancements (weekly, flu, cod refinements, new data check)
  • create experience study calcs (variance, credibility, ci, summarize data)
  • enhance the neural model including
    • new methods (score, rebalance_ae, set_deterministic, _loss)
    • provide test/train a/e during fit
    • add new parameters (device, min_delta, ae_interval, loss_target)

Documentation

  • update tests

Bugs

  • fixed a few neural model bugs
    • add weight decay only on non-bias non-embedding columns
    • fix init bias for binomial path
    • load the best state epoch instead of last state epoch