You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.