abclass
R package abclass by wenjie2wang — release notes from GitHub.
abclass built out angle-based classifiers in 2022, then went quiet except for CRAN upkeep.
◆Recent moves
- 7mo ago
Quadratic programming backend swapped after CRAN archival
Swaps qpmadr::solveqp() for quadprog::solve.QP() because qpmadr was archived on CRAN the previous day. A forced backend substitution with no intended change in behaviour.
View source ↗ - 10mo ago
Group penalty specification simplified
Simplifies how group penalties are specified through abclass.control() and changes the default alignment to lambda for cv.abclass() and et.abclass() refits. The first functional release in three years.
View source ↗ - 3y ago
Sparse input, cross-validation and efficient tuning added
Adds sparse matrix input, splits cross-validation out into cv.abclass() with an efficient tuning path in et.abclass(), and introduces experimental sup-norm classifiers. The release that turned a fitting function into a usable modelling workflow.
View source ↗ - 4y ago
Group SCAD and MCP penalties added
Adds experimental group SCAD and group MCP penalties and introduces abclass.control() to carry control parameters instead of a widening argument list.
View source ↗ - 4y ago
Group lasso regularization and correctness fixes
Adds experimental group lasso regularization along with a run of correctness fixes — boosting loss derivatives, label prediction now using fitted inner products, and validation accuracy in cross-validation. Early enough that results changed materially between versions.
View source ↗ - 4y ago
First release of the angle-based classifiers
The first release, providing multi-category angle-based large-margin classifiers with a choice of loss functions. Everything since has been regularization and tuning built on top.
View source ↗