简体   繁体   English

Spark 1.6的多类SVM?

[英]Multiclass SVM with Spark 1.6?

I ran a multi-class Logistic Regression with Spark but I would like to use SVM to cross validate results. 我使用Spark运行了多类Logistic回归,但我想使用SVM来交叉验证结果。 It looks like Spark 1.6 only supports SVM binary classifications. 看起来Spark 1.6只支持SVM二进制分类。 Should I use other tools to do this? 我应该使用其他工具来做到这一点吗? H20 for example? 例如H20?

After some research, I found this branch which was not integrated in Spark 1.6 that allowed me to run the SVM on a multi class classification problem. 经过一些研究,我发现这个没有集成在Spark 1.6中的分支允许我在多类分类问题上运行SVM。

Big thanks to Bekbolatov. 非常感谢Bekbolatov。

The commit can be ofund here: https://github.com/Bekbolatov/spark/commit/463d73323d5f08669d5ae85dc9791b036637c966 提交可以在这里: https//github.com/Bekbolatov/spark/commit/463d73323d5f08669d5ae85dc9791b036637c966

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM