v2.2.0
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)
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)