The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to examine examples listed in PerformanceVector?
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
0
Answers
you might set breakpoints on the model applier inside the XValidation to get a look into the results.
Greetings,
Sebastian