Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/16969#discussion_r101683480
--- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd ---
@@ -564,6 +566,26 @@ model <- spark.logit(df, Species ~ ., regParam = 0.056)
summary(model)
```
+#### Linear Support Vector Machine (SVM) Classifier
+
+[Linear Support Vector Machine
(SVM)](https://en.wikipedia.org/wiki/Support_vector_machine#Linear_SVM)
classifier is an SVM classifier with linear kernel.
+This is a binary classifier. Multi-class classification can be achieved by
one-vs-the-rest strategy. We use a simple example to show how to use
`spark.svmLinear`
--- End diff --
we actually don't have support for `one-vs-the-rest strategy` in R at the
moment (existing JIRA or design still open), so perhaps it's best we don't
reference that here
---
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]