Changelog
Source:NEWS.md
abclass 0.5.1
CRAN release: 2026-01-11
Minor changes
- Replaced
qpmadr::solveqp()withquadprog::solve.QP()because the {qpmadr} package was archived on CRAN as of 2026-01-10.
abclass 0.5.0
CRAN release: 2025-10-05
Major changes
- Simplified specification of group penalty via
abclass.control().
Minor changes
- Changed the default
alignmenttolambdaforcv.abclass()andrefitinet.abclass()if a sequence of lambda’s is specified. A warning message would be thrown out for the former.
abclass 0.4.0
CRAN release: 2022-09-18
New features
- Added support of sparse matrix
xof classsparseMatrix(provided by the Matrix package) forabclass()andpredict.abclass(). - Added new functions named
cv.abclass()andet.abclass()for training and tuning the angle-based classifiers with cross-validation and an efficient tuning procedure for lasso-type algorithms, respectively. See the corresponding function documentation for details. - Added experimental classifiers with sup-norm penalties. See the functions
supclass()andcv.supclass()for details.
Major Changes
- Simplified the function
abclass()and moved the tuning procedure by cross-validation to the functioncv.abclass().
Minor Changes
- Changed the default values of the following arguments for
abclass.control().-
alpha: from0.5to1.0 -
epsilon: from1e-3to1e-4
-
Bug fixes
- Fixed
alignmentinabclass.control().
abclass 0.3.0
CRAN release: 2022-05-28
New features
- Added experimental group-wise regularization by group SCAD and group MCP penalty.
- Added a new function named
abclass.control()to specify the control parameters and simplify the main function interface.
Minor changes
- Renamed the argument
max_itertomaxitforabclass().
abclass 0.2.0
CRAN release: 2022-04-12
Bug fixes
- Fixed the first derivatives of the boosting loss
- Fixed the label prediction by using the fitted inner products instead of the probability estimates
- Fixed the computation of regularization terms for verbose outputs in
AbclassNet - Fixed the computation of validation accuracy in cross-validation
- Fixed the assignment of
lum_cin the associated header files. - Fixed the computation of lower bound for distinct observation weights