Open hsbadr opened 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.
sparklyr::ml_kmeans()
sparklyr::ml_bisecting_kmeans()
sparklyr::ml_gaussian_mixture()
sparklyr::ml_predict()
Thank you @hsbadr 👋 I added a feature label, and we will look into this once we get back
Add support for Spark ML clustering using
sparklyr::ml_kmeans()
,sparklyr::ml_bisecting_kmeans()
, andsparklyr::ml_gaussian_mixture()
+sparklyr::ml_predict()
for predictions.