"how to plot ROC curve--NEW"

User: "lean321"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    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