How to examine examples listed in PerformanceVector?
kirke
New Altair Community Member
Hi all,
How can I get into results of the BinomialClassificationPerformance? PerformanceVector presents the number of false positives and false negatives - can I access and examine the examples there somehow? Please correct me if I'm getting something wrong. I am still new to rapidminer.
In my case BinomialClassificationPerformance is the last operator in a XValidation chain with LibSVM Learner, Should I export/save the results of the iterations in a different manner in order not to loose the link to the examples?
Many thanks in advance for your help!
/kirke
How can I get into results of the BinomialClassificationPerformance? PerformanceVector presents the number of false positives and false negatives - can I access and examine the examples there somehow? Please correct me if I'm getting something wrong. I am still new to rapidminer.
In my case BinomialClassificationPerformance is the last operator in a XValidation chain with LibSVM Learner, Should I export/save the results of the iterations in a different manner in order not to loose the link to the examples?
Many thanks in advance for your help!
/kirke
Tagged:
0
Answers
-
Hi,
you might set breakpoints on the model applier inside the XValidation to get a look into the results.
Greetings,
Sebastian0