Options

"how to plot ROC curve--NEW"

lean321lean321 Member Posts: 3 Contributor I
edited May 2019 in Help
Hello crew! I'm just starting with RM. I`m workin with and arff file (titanic.arff) with the class survived as a predicted. And I want to plot a ROC curve with this and i dont know how, someone can help me please!?!

Thanx, Leandro.
Tagged:

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Leandro,
    that's quite easy if you use the ROCChart. Here's an example process:
    <operator name="Root" class="Process" expanded="yes">
        <operator name="ExampleSetGenerator" class="ExampleSetGenerator">
            <parameter key="target_function" value="sinus classification"/>
        </operator>
        <operator name="DecisionTree" class="DecisionTree">
            <parameter key="keep_example_set" value="true"/>
        </operator>
        <operator name="ROCChart" class="ROCChart">
        </operator>
    </operator>
    Greetings,
      Sebastian
Sign In or Register to comment.