Skip to content

Releases: olliglorioso/linear-regression-ts

v1.0.1

19 Oct 07:03
Compare
Choose a tag to compare
  • Updated README.md to match current code.
  • Updated JSDoc in trainAndTestParams-function (input -> inputs).

v0.0.5

20 Jul 08:11
Compare
Choose a tag to compare

BREAKING
Better naming: optimizeValues to optimizeHyperparams.
Small fixes to README.md.
Multivalue test, CI VM Ubuntu & Node version update (Ubuntu v20.04 & Node.js 18.0).
License update.

0.0.4

08 Jun 13:52
f73d6bc
Compare
Choose a tag to compare

Minor README.md update. The Quick start in the old README.md was erraneous.

0.0.3

03 Jun 23:10
Compare
Choose a tag to compare

BREAKING
Major refactoring, fixes and changes. Simplified workflow. Multi-variable regression prediction added. This update contains major breaking changes!

0.0.2

02 Jun 19:57
504b465
Compare
Choose a tag to compare

Major fixes to the regular one-variable linear regression algorithm. Also a breaking change to the class initialization parameters.