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
ROC chart on test data
Hi,
I created a process (5.2) with a simple validation operator and I'm trying to generate a roc chart only for the test set without success. What should I do?
Any help will be highly appreciated.
Regards,
Carlos
I created a process (5.2) with a simple validation operator and I'm trying to generate a roc chart only for the test set without success. What should I do?
Any help will be highly appreciated.
Regards,
Carlos
Tagged:
0
Answers
I am assuming that you use a Performance operator inside of the testing subprocess of the Simple Validation operator and you problem is actually binominal / binary. Then the delivered performance object will automatically contain also the ROC plot (select "AUC" in the visualization of the performance) which has been calculated on the testing data only.
Here is a process:
Things become more difficult if you want to show a Lift chart instead of the ROC curve. Since the Simple Validation can only deliver performance vectors to the outside, you have to use a pair of the operators Remember and Recall. There is an example for this in the sample repository delivered with RapidMiner under //Samples/processes/03_Validation/14_LiftChart. Or here is directly the XML for this process:
Hope that helps,
Ingo
this is exactly what I wanted but couldn't get because I was using the Performance (classification) operator.
Thanks,
Carlos