Description
Provide API for SVM algorithm for DataFrames. I would recommend using OWL-QN, rather than wrapping spark.mllib's SGD-based implementation.
The API should mimic existing spark.ml.classification APIs.
Attachments
Issue Links
- Is contained by
-
SPARK-14377 Review spark.ml parity for classification, except trees
- Resolved
- is related to
-
SPARK-19456 Add LinearSVC R API
- Resolved
- is required by
-
SPARK-4591 Algorithm/model parity for spark.ml (Scala)
- Resolved
- relates to
-
SPARK-19336 LinearSVC Python API
- Resolved
-
SPARK-19382 Test sparse vectors in LinearSVCSuite
- Resolved
-
SPARK-19337 Documentation and examples for LinearSVC
- Resolved
- supercedes
-
SPARK-5027 add SVMWithLBFGS interface in MLLIB
- Closed
- links to