chainladder 0.8.1
Enhancements
- Included a
truncation_age
in theTailClark
estimator to replicate examples from the paper - #129 Included new development estimators
TweedieGLM
andDevelopmentML
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