Reputation: 3539
Can you please confirm (or refute) the following two statements?
Upvotes: 0
Views: 544
Reputation: 40370
LinearSVC
is available just from spark 2.2+ but it's still experimental :
https://github.com/apache/spark/blob/v2.3.0/mllib/src/main/scala/org/apache/spark/ml/classification/LinearSVC.scala#L72
Kernel functionalities to SVM Classifier to find non linear patterns is still a task in progress but no one seems to be working on it now. You can follow it's progress at this link : https://issues.apache.org/jira/browse/SPARK-4638
Upvotes: 1