Skip to content

Releases: senresearch/MatrixLMnet.jl

v1.1.1

27 Apr 03:40
6a5d53a
Compare
Choose a tag to compare

MatrixLMnet v1.1.1

Diff since v1.1.0

  • updated backtransform functions
  • updated function to get one-standard-error lambda value
  • updated tests
  • updated ci.yml

Merged pull requests:

v1.1.0

30 Jan 00:09
fe6404b
Compare
Choose a tag to compare

MatrixLMnet v1.1.0

Diff since v1.0.2

  • updated keyword syntax: hasXIntercept and hasZIntercept was renamed addXIntercept and addZIntercept in the mlmnet() function
  • upgraded documentations
  • added more testing functions

v1.0.2

15 Feb 08:22
cbf438a
Compare
Choose a tag to compare

Update dependencies versions in the Project.toml.

v1.0.1

13 Jan 18:39
f61772f
Compare
Choose a tag to compare

Patch

  • Fixing issue with mlmnet_cv_summary() function.
  • Adding tests for cross validation summary functions
  • Updating comments in the code.

v1.0.0

07 Jan 07:23
Compare
Choose a tag to compare

Major

  • Elastic Net penalization has been implemented for the different methods: ista, fista, fista-backtracking, and admm.
  • Package offers L1 and L2 penalized estimation of matrix linear models.
  • Functions' arguments and keywords arguments have been upgraded.

Minor

  • New tests for mlmnet( ) and mlmnet_cv( ) (i.e., for cross-validation) have been added.
  • To stabilize positive definiteness in floating-point eigenvalues, singular value decomposition is now estimated.

Deprecations

  • Keyword arguments isXIntercept and isZIntercept are deprecated, use hasXIntercept and hasZIntercept instead.
  • Keyword argument isStandardize is deprecated, use toNormalize instead.
  • Keyword arguments isXInterceptReg and isZInterceptReg are deprecated, use toXInterceptReg and toZInterceptReg instead.