5.0.0 (2019-06-29)
- update dependencies and remove support for Node.js 6 (e1296b1)
- Node.js 6 is no longer supported
6.2.0 (2024-10-17)
- update dependencies (a498858)
- update robust-polynomial to avoid multiple import of regression-base (6a8853d)
6.1.0 (2024-05-03)
- throw if polynomial regression 2d can not be done because not enough points (5784863)
- add CI (a915de0)
6.0.0 (2024-05-03)
- throw error if insufficient number of points
- throw error if insufficient number of points (00eb422)
4.4.2 (2017-07-21)
4.4.1 (2017-06-29)
4.4.0 (2017-06-28)
- add MultivariateLinearRegression (152478f)
4.3.0 (2017-06-22)
- add RobustPolynomialRegression (dffb44c)
4.2.1 (2017-04-25)
4.2.0 (2016-10-21)
4.1.1 (2016-09-21)
4.1.0 (2016-09-21)
- theil-sen-regression: add Theil-Sen regression and his test (69517b2)
4.0.1 (2016-08-16)
- fix(KRR): prediction function is now working
- Add Kernel Ridge Regression
- SLR: add toString method
- SLR: add computeX method
- first release