Skip to content

chainladder 0.2.1

Compare
Choose a tag to compare
@jbogaardt jbogaardt released this 23 Jan 02:41
· 1224 commits to master since this release

What's New

  • Modifed core.Triangle to use parameter index in place of keys and columns in place of values. This is done to promote consistency with the pandas API as well as allowing for values property to be used in extended functionality of the Triangle
  • Added warnings to development.Development to warn on failure of Mack Standard Error when only one period is used in the estimation of LDFs
  • Added workflow.Pipelne and workflow.GridSearch for scikit-learnesque scenario testing.