"Process failed one class svm error"
Hi
I am working with one class svm
my dataset looks like
a1 a2 a3 a4 label
date binomial(text) polynomial(text) polynomial(text) error(one class label)
jan221990 os1 mac networktimeout error
I applied one class svm to the above data as follows but it is showing "process failed"
Please help me regarding this,
<连接from_op = "正常化(2)“from_port = " labelled data" to_op="Find Outliers" to_port="unlabelled data"/>
The error is "Process failed"
Please help me regarding this as soon as possible
I am working with one class svm
my dataset looks like
a1 a2 a3 a4 label
date binomial(text) polynomial(text) polynomial(text) error(one class label)
jan221990 os1 mac networktimeout error
I applied one class svm to the above data as follows but it is showing "process failed"
Please help me regarding this,
<连接from_op = "正常化(2)“from_port = " labelled data" to_op="Find Outliers" to_port="unlabelled data"/>
The error is "Process failed"
Please help me regarding this as soon as possible
0
Answers
You might want to have a look at the anomaly extension. It has a capsuled one class svm you can use. Furthermore i would recommend to try a k-NN based LOF algorithm for your outliers as well.
Cheers,
Martin
Dortmund, Germany