R-SVM-plot踩坑记录

  • 并非所有的 svm 类型都支持plot.svm- 只有分类方法支持,而回归不支持。
    所以代码应该svm_fit <- svm(factor(y)~x1+x2,data = df, kernel = "linear", cost = 10)
    需要factor一下。
posted @ 2022-11-01 13:40  爱吃番茄的玛丽亚  阅读(26)  评论(0编辑  收藏  举报