tidyclust
Tidy interface for fitting and evaluating clustering models in R
tidyclust just tripled the model types it can fit, and handed finalization back to tune
◆Recent moves
- 1mo ago
tidyclust 0.3.2 fixes k_means() on sparse predictors
Fixes k_means() with the stats engine erroring on sparse predictors such as those from recipes::step_dummy() in a workflow. A workflow-path bug fix.
View source ↗ - 1mo ago
tidyclust 0.3.1 stops same-named metrics silently merging
cluster_metric_set() now labels each metric with the name it was given, so two wrappers around the same built-in no longer collide and silently merge, and the docs show how to author a custom clustering metric. Small, but it makes comparing metric variants trustworthy.
View source ↗ - 2mo ago
tidyclust 0.3.0 adds DBSCAN, Gaussian mixture, and mean shift models
⚡ SPARKThree new clustering specifications land at once — db_clust() for DBSCAN and HDBSCAN, gm_clust() for Gaussian mixtures, and mean_shift() — while the tidyclust-specific finalization functions are deprecated in favor of tune's native cluster_spec support. It moves the package past centroid-based methods and folds it into the shared tidymodels verbs.
View source ↗ - 1y ago
tidyclust 0.2.4 switches distance calculations to philentropy
Distance calculations switch from Rfast to philentropy. A dependency change with no user-facing effect.
View source ↗ - 2y ago
tidyclust 0.2.3 resolves a clustMixType reverse-dependency issue
A release made solely to resolve a reverse-dependency issue for clustMixType. Ecosystem housekeeping.
View source ↗ - 2y ago
tidyclust 0.2.2 resolves a ClusterR reverse-dependency issue
A release made to resolve a reverse-dependency issue for ClusterR, the same pattern as 0.2.3.
View source ↗