multiclass classification performance error?
Hi, all. Performed a fairly straightforward classification by regression problem with SVM, and got a multiclass classification performance error. Problem is part of a grad class, so it's a shared, known problem set with a known outcome. At least others are not experiencing it, but I've received the errors on two different computers, even using the professor's XML code that worked for him. Any one else experience this error? Ideas on how to fix? Code below for reference.
ERROR CONTENT: "Error executing background job 'Calculating result: multiclass_classification_perfromance': java.lang.ArrayIndexOutOfBoundsException: 0"
CODE:
ERROR CONTENT: "Error executing background job 'Calculating result: multiclass_classification_perfromance': java.lang.ArrayIndexOutOfBoundsException: 0"
CODE:
<操作符= " true " class = " split_v激活alidation" compatibility="9.10.008" expanded="true" height="124" name="Validation" width="90" x="782" y="85">
<连接from_op = from_port = " averagabl“验证”e 1" to_port="result 3"/>
0
Best Answer
-
jwpfau Employee, MemberPosts:247RM EngineeringHi,
thank you for the bug report.
Your "Filters Examples" is set to "Match all" which will result in 0 examples left since the "CTS state" can't be "Severe" and "Without" at the same time.
Either use "does not equals" to filter them out, or "Match any" to only include "Severe" and "Without" CTS states.
Greetings,
Jonas1