Find more posts tagged with
Sort by:
1 - 3 of
31

Hi,
Converters extension has a operator called ROC Curve to Example Set which does this for you.
Best,
Martin
Hi @malcolmhaynes ,
been a while since I dived into this (when writing the AUPRC operator). The short answer is yes. The usual way how we implement a ROC curve is using an interpolation. The code for it is available here: https://github.com/rapidminer/rapidminer-studio/blob/master/src/main/java/com/rapidminer/tools/math/ROCData.java (and in other classes of the math package).
I hope this helps,
Martin
Sort by:
1 - 1 of
11
Hi,
Converters extension has a operator called ROC Curve to Example Set which does this for you.
Best,
Martin