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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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