Skip to content

chainladder 0.2.5

Compare
Choose a tag to compare
@jbogaardt jbogaardt released this 10 Feb 02:02
· 1207 commits to master since this release
40069a5

Enhancements:

  • Created BootstrapODPSample class to perform ODP Bootstrap sampling of triangles
  • Added more aggregate functions to Triangle including: mean, median, max, min, prod, var, std
  • Added several more pandas passthrough methods including: to_dict, unstack, pivot, drop_duplicates, describe, melt
  • Added functionality to the Triangle.to_frame method to allow any 4D Triangle to be recast as a DataFrame as long as any two of its axes are of length=1.

Bug Fixes:

  • Bug fix in Gridsearch that didn't allow for passing of a sample_weight when used in conjunction with Pipeline
  • Altered Triangle.rename method to be more consistent with the pandas implementation