"R extension models"
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
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
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