arulesCBA
Classification Based on Association Rules
arulesCBA is stable enough that its releases are mostly CRAN's idea.
◆Recent moves
- 1y ago
arulesCBA 1.2.8 fixes rowSums in M1 pruning
Small release, but the rowSums bug in pruneCBA_M1 sits inside rule pruning, where an error changes which rules survive into the classifier rather than raising a visible failure. The other change is a CRAN-flagged bug report link.
View source ↗ - 2y ago
arulesCBA 1.2.7 adds missing man page anchors
Documentation cross-reference anchors only — a CRAN check requirement that swept many packages in this period. No code change.
View source ↗ - 2y ago
arulesCBA 1.2.6 fixes single-rule RCAR classifiers
RCAR classifiers that reduce to a single rule now work, and prepareTransactions gains logical2factor for controlling how logical columns are discretized. Both are the kind of edge case that only surfaces once people run the package on their own data.
View source ↗ - 3y ago
arulesCBA 1.2.5 digest: rules() defunct, headless Java support
A rolled-up entry covering 1.2.4 and 1.2.5. The breaking change is rules() becoming defunct in favor of $rules, forced by arules introducing its own rules() function — a good illustration of how tightly this package tracks its parent. LUCS-KDD algorithms also start working in headless Java mode.
View source ↗ - 4y ago
arulesCBA 1.2.3 preinstalls LUCS-KDD jars
The jars now ship preinstalled, removing a compilation step that was failing for users, plus a fix for RCAR with zero rules. Nothing algorithmic, but it is the difference between the Java-backed classifiers working on install and not.
View source ↗ - 4y ago
arulesCBA 1.2.1 sets a default class for RWeka classifiers
A single-line release adding a default class for the RWeka-backed classifiers. Minor even by this package's standards.
View source ↗