The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"R models not working"
Hi All,
I have installed the R extension on my RapidMiner 5.1, I have R 2.14.2 also installed in my computer. After some struggle I set the enviromental variables, etc, I can use R from Rapidminer, plots, etc, I can use the Execute Script node, but if I try to use any R model (eg R Naive Bayes) with the apply model node by Rapidminer I got an error message saying that:
''The model did not return any results, so no prediction can be made. During model application the data is exported to R and needs to the scored there. The score data should then transfered back to RapidMiner, but wasn't available.''
HELP!!!
I have installed the R extension on my RapidMiner 5.1, I have R 2.14.2 also installed in my computer. After some struggle I set the enviromental variables, etc, I can use R from Rapidminer, plots, etc, I can use the Execute Script node, but if I try to use any R model (eg R Naive Bayes) with the apply model node by Rapidminer I got an error message saying that:
''The model did not return any results, so no prediction can be made. During model application the data is exported to R and needs to the scored there. The score data should then transfered back to RapidMiner, but wasn't available.''
HELP!!!
Tagged:
0
Answers
may I ask, why you are using NaiveBayes of R in the first place? Save the effort, use the implementation of RapidMiner itself. The results are the same anyway...
Otherwise, could you check, whether it works with an older version of R? Might be they have changed the format in the meanwhile...
Greetings,
Sebastian