chainladder 0.7.3
Enhancements
- Improved performance of
valuation
axis - Improved performance of
groupby
- Added
sort_index
method toTriangle
consistent with pandas - Allow for
fit_predict
to be called on aPipeline
estimator
Bug fixes
- Fixed issue with Bootstrap process variance where it was being applied more than once
- Fixed but where Triangle.index did not ingest numeric columns appropriately.