tidymodels / tidyclust

A tidy unified interface to clustering models
https://tidyclust.tidymodels.org/
Other
108 stars 14 forks source link

Add Spark engines #125

Open hsbadr opened 1 year ago

hsbadr commented 1 year ago

Add support for Spark ML clustering using sparklyr::ml_kmeans() , sparklyr::ml_bisecting_kmeans(), and sparklyr::ml_gaussian_mixture() + sparklyr::ml_predict() for predictions.

EmilHvitfeldt commented 1 year ago

Thank you @hsbadr 👋 I added a feature label, and we will look into this once we get back