Charles Jekel

Results 16 issues of Charles Jekel

Possible objective functions: - Elastic net - test/train split - k fold cross validation related to https://github.com/cjekel/piecewise_linear_fit_py/issues/17

I've made a number of changes since the 1.0.0 release that make the current library significantly different than the March 19, 2019 paper.

Currently the fit functions assume that a breakpoint occurs at the smallest x_data point and the largest x_data point. This results in a simplified optimization problem. However it may not...

Right now the area between curves method uses bisection of largest gap to add artificial data points. This method was used to minimize the number of artificial quads/points. However, this...

User reported area between curves will return strange results when there is a purely vertical interpolation. For instance if interpolated point needs to occur when `x` doesn't change at all...

Fixes facebook authentication for new v2 api. Changes: - new auth url - initial auth is performed outside of session - auth will now pass the requests code if failed...