Skip to content

chainladder 0.7.3

Compare
Choose a tag to compare
@jbogaardt jbogaardt released this 12 Jul 03:13
· 933 commits to master since this release

Enhancements

  • Improved performance of valuation axis
  • Improved performance of groupby
  • Added sort_index method to Triangle consistent with pandas
  • Allow for fit_predict to be called on a Pipeline 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.