Github user yanboliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/16301#discussion_r92735185
--- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd ---
@@ -447,31 +447,43 @@ head(teenagers)
SparkR supports the following machine learning models and algorithms.
-* Accelerated Failure Time (AFT) Survival Model
+#### Classification
-* Collaborative Filtering with Alternating Least Squares (ALS)
+* Logistic Regression Model
-* Gaussian Mixture Model (GMM)
+* Multilayer Perceptron Model
+
+* Naive Bayes Model
+
+#### Regression
+
+* Accelerated Failure Time (AFT) Survival Model
* Generalized Linear Model (GLM)
+* Isotonic Regression Model
+
+#### Tree - Classification and Regression
+
* Gradient-Boosted Trees (GBT)
-* Isotonic Regression Model
+* Random Forest
-* $k$-means Clustering
+#### Clustering
-* Kolmogorov-Smirnov Test
+* Gaussian Mixture Model (GMM)
+
+* $k$-means Clustering
* Latent Dirichlet Allocation (LDA)
-* Logistic Regression Model
+#### Collaborative Filtering
-* Multilayer Perceptron Model
+* Alternating Least Squares (ALS)
-* Naive Bayes Model
+#### Test
--- End diff --
Should ```Statistics``` be better, to follow MLlib organization way?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]