mlr3cluster
Cluster analysis learners and measures for the mlr3 machine learning framework
mlr3cluster went from a handful of clusterers to covering the field
◆Recent moves
- 1mo ago
Hierarchical learners now honour k at prediction time
Fixes a class of prediction bugs across the newly added learners: trees are cut at the current k, BICO reclusters its coreset so k means what it says, and unsupported CLARA combinations error clearly. Cleanup directly attributable to the fast expansion in 0.3.0 and 0.4.0.
View source ↗ - 2mo ago
Nine new clustering learners in one release
⚡ SPARKThe release that took mlr3cluster from partial to broad coverage, pulling in families the framework previously could not express at all.
View source ↗ - 5mo ago
CLARA, k-prototypes and spectral clustering learners added
Adds three learners covering large-sample medoids, mixed-type data and spectral methods, and corrects the silhouette measure's range. The release that opened the expansion 0.4.0 completed.
View source ↗ - 6mo ago
Typed error classes and probabilistic EM assignments
Introduces Mlr3Error and Mlr3Warning condition classes, adds the protoclust learner and gives EM probabilistic assignments. Framework plumbing alongside the learner additions.
View source ↗ - 8mo ago
HDBSCAN gains cluster_selection_epsilon
Exposes an HDBSCAN tuning parameter and sets a sensible minPts default. Small, but it makes an existing learner tunable in the way its upstream package intends.
View source ↗ - 1y ago
Mclust learner brought in line with paradox conventions
A convention fix in how the Mclust learner sets its control default. No user-visible effect.
View source ↗