I ran a logical regression with multiple classes using Spark, but I would like to use SVM to cross-validate the results. It seems that Spark 1.6 only supports binary SVM classifications. Should I use other tools for this? H20, for example?
source
share