Skip to content

chainladder 0.8.1

Compare
Choose a tag to compare
@jbogaardt jbogaardt released this 01 Mar 04:31
· 811 commits to master since this release

Enhancements

  • Included a truncation_age in the TailClark estimator to replicate examples from the paper
  • #129 Included new development estimators TweedieGLM and DevelopmentML to take advantage of a broader set of (sklearn-compliant) regression frameworks.
  • Included a helper Transformer PatsyFormula to make working with ML algorithms easier.

Bug fixes

  • #128 Made IncrementalAdditive method comply with the rest of the package API