Is there an R function to get rid of svm tune error?

前端 未结 0 1515
夕颜
夕颜 2020-11-29 03:35

When I run this code: svm_tune <- tune(svm, result ~ ., data = data$train, ranges = list(epsilon = seq(0,1,1), cost = 2^(2:9))) print(svm_tune)

it gives the error:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题