Skip to content

Releases: mljs/pls

v4.3.2

11 Sep 06:59
112fc34
Compare
Choose a tag to compare

4.3.2 (2023-09-08)

Bug Fixes

  • ensure that predict and predictCategory methods work after loading exported model + test case close #32 (239f18b)
  • export the mode in the model (453222e)

v4.3.1

11 Nov 20:48
ba2660e
Compare
Choose a tag to compare

4.3.1 (2022-11-11)

Bug Fixes

v4.3.0

11 Nov 20:25
37b5e6a
Compare
Choose a tag to compare

4.3.0 (2022-11-11)

Features

v4.2.0

17 Oct 17:50
01e7464
Compare
Choose a tag to compare

4.2.0 (2022-10-17)

Features

  • added discriminant analysis to OPLS (d2891ad)

Bug Fixes

  • bugs in oplsNipals and OPLS + testcases (#33) (2c83fe3)

ml-pls v4.1.1

20 Oct 18:52
050f787
Compare
Choose a tag to compare

Bug Fixes

  • bug in OPLS predict method + testcase (#25) (226d4c4)

ml-pls v4.1.0

20 Sep 15:05
45a67a4
Compare
Choose a tag to compare

Features

ml-pls v4.0.0

20 Sep 14:26
19f8700
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Rename OPLSNipals to oplsNipals

Features

  • add discriminant analysis + test case (#19) (386c255)
  • Rename OPLSNipals to oplsNipals (43861f1)

Bug Fixes

  • allow OPLS to accept an array of array (ddb0afb)