Releases: senresearch/MatrixLMnet.jl
Releases · senresearch/MatrixLMnet.jl
v1.1.1
v1.1.0
MatrixLMnet v1.1.0
- updated keyword syntax:
hasXIntercept
andhasZIntercept
was renamedaddXIntercept
andaddZIntercept
in themlmnet()
function - upgraded documentations
- added more testing functions
v1.0.2
v1.0.1
v1.0.0
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( )
andmlmnet_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
andisZIntercept
are deprecated, usehasXIntercept
andhasZIntercept
instead. - Keyword argument
isStandardize
is deprecated, usetoNormalize
instead. - Keyword arguments
isXInterceptReg
andisZInterceptReg
are deprecated, usetoXInterceptReg
andtoZInterceptReg
instead.