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 Graph visualisation
Muhammed_Fatih_
Member Posts: 93 Maven
Hello Community,
is there a possibility to generate ROC curves in consistent way with regard to the color? By sequentially executing ROC-processes RapidMiner generates the following ROC curves where e.g. the SVM curve has once a green color and once a red color. This looks very strange with respect to subsequent analytical comparisons and dicussions.
1st ROC representation:
2nd ROC representation:
Thank you for your help!
Best regards!
is there a possibility to generate ROC curves in consistent way with regard to the color? By sequentially executing ROC-processes RapidMiner generates the following ROC curves where e.g. the SVM curve has once a green color and once a red color. This looks very strange with respect to subsequent analytical comparisons and dicussions.
1st ROC representation:
2nd ROC representation:
Thank you for your help!
Best regards!
Tagged:
1
Best Answer
-
IngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderHi,I think the reason is a different execution order of operators in both cases. If you go inside the Compare ROC operator and press one of the icons in the top right corner of the process it will show the execution order of operators. Make sure that the order is the same for both processes and this should align the colors.More information on execution order can be found here:Hope this helps,
Ingo9
Answers
thank you for your answer that makes sense. You mean the order of the model execution within Compare ROC, right?
Ingo