Skip to content

v2.2.0

Compare
Choose a tag to compare
@cjekel cjekel released this 01 May 19:26
· 66 commits to master since this release

You can now manually specify a random seed on init. This will give you reproducible results with the fit and fitfast methods which are stochastic.

pwlf.PiecewiseLinFit(x, y, seed=123)