Displaying 1 result from an estimated 1 matches for "tp4636435".
Did you mean:
tp4632435
2012 Jul 13
1
ROC curves with ROCR
...red<-predict(bankrf, bank_testing)
library(ROCR)
pred<-prediction(bankrf.pred$y, bank_testing$y)
Here I get the error that the prediction format is incorrect? Where is the
mistake?
Thanks in advance
--
View this message in context: http://r.789695.n4.nabble.com/ROC-curves-with-ROCR-tp4636435.html
Sent from the R help mailing list archive at Nabble.com.