You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is that I cannot implement testing for a dataset that contains more than two classes, even though I can train the model without such a limitation.
I obtained my LIBSVM data from this website and executed the following command:
Exception in thread "main" java.lang.IllegalArgumentException: evaluation not implemented for more than two classes!
at com.soundcloud.spdt.SPDT.eval(SPDT.scala:614)
at com.soundcloud.spdt.Application$.main(Application.scala:160)
at com.soundcloud.spdt.Application.main(Application.scala)
Please let me know if I have made any implementation mistakes. Thank you.
The text was updated successfully, but these errors were encountered:
My issue is that I cannot implement testing for a dataset that contains more than two classes, even though I can train the model without such a limitation.
I obtained my LIBSVM data from this website and executed the following command:
And the error I received is as such:
Please let me know if I have made any implementation mistakes. Thank you.
The text was updated successfully, but these errors were encountered: