cjekel / piecewise_linear_fit_py

fit piecewise linear data for a specified number of line segments
MIT License
300 stars 60 forks source link

TensorFlow port #24

Closed cjekel closed 5 years ago

cjekel commented 5 years ago

Needed:

Probably won't change:

Add errors/warnings: - [ ] small number of data - [ ] square matrix I added try except catches to the optimization functions that would result in either a failed Cholesky decomposition or non-invertible matrix.

cjekel commented 5 years ago

https://github.com/cjekel/piecewise_linear_fit_py/pull/25