Hi,
I don't really understand how ROCR works. Here's another example with a
randomforest model: I have the training dataset(bank_training) and testing
dataset(bank_testing) and I ran a randomForest as below:
bankrf<-randomForest(y~., bank_training, mtry=4, ntree=2,
keep.forest=TRUE,importance=TRUE)
bankrf.pred<-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.
ROC curves with ROCR
2 messages · blerta, Jessica Streicher
2 days later
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120716/b0027f2e/attachment.pl>