🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"R extension models"

User: "franaf"
New Altair Community Member
Updated by Jocelyn
Hi, I've used the lm R function into an "Execute script" operator to generate a regression. I had success in obtaining the function output into results.
Now, I'm trying to use the same scheme into "Compare ROCs" operator but I can't make it work. RapidMiner says that it "Expected PredictionModel but received RResult".
Is there any form to obtain such a ROC curve using an R model?

Thanks.

Francisco

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "IngoRM"
    New Altair Community Member
    Hi,

    sorry, I don't have the extension here right now so I cannot check it myself. Is there an option of the script operator where you can specify the result type? Maybe it's possible to change this from general R result to a model...

    Cheers,
    Ingo
    User: "franaf"
    New Altair Community Member
    OP
    No, I'm afraid there are only 2 options. "Data Table" and "General R result".
    User: "IngoRM"
    New Altair Community Member
    Hi,

    hmmm, in that case this is probably only possible with the modeling schemes from R which are already integrated as operators in RapidMiner right now. I am sure that additional result types will follow in later versions though.

    Cheers,
    Ingo
    User: "franaf"
    New Altair Community Member
    OP
    Thanks anywhere