regression
regression copied to clipboard
ExponentialRegression: Negative numbers return NaN
Using new ExponentialRegression([0, 1, 2] [-1, -2, -5], 2) results in NaN returned prediction.