Re: [Numpy-discussion] Best fit linear piecewise function?

2021-06-02 Thread Chris Barker
On Wed, Jun 2, 2021 at 1:50 AM Vincent Schut wrote: > Multivariate Adaptive Regression Splines might fit the bill? Implemented > for python as py-earth: https://github.com/scikit-learn-contrib/py-earth. > That looks massively more complex than I was thinking for my use case. And it seems to be

[Numpy-discussion] NumPy Development Meeting Wednesday - Triage Focus (Soon today!)

2021-06-02 Thread Sebastian Berg
Hi all, Our bi-weekly triage-focused NumPy development meeting is Wednesday, June 2nd at 11 am Pacific Time (18:00 UTC). Everyone is invited to join in and edit the work-in-progress meeting topics and notes: https://hackmd.io/68i_JvOYQfy9ERiHgXMPvg I encourage everyone to notify us of issues or

Re: [Numpy-discussion] Best fit linear piecewise function?

2021-06-02 Thread Vincent Schut
Multivariate Adaptive Regression Splines might fit the bill? Implemented for python as py-earth: https://github.com/scikit-learn-contrib/py-earth. On 6/2/21 2:22 AM, Chris Barker wrote: Do any of you know of code for finding an optimum linear piecewise fit to a set of points? Somethin like