Prediction for test data requires an option for which type of output value want to be predicted.
25 views
Skip to first unread message
Meow
unread,
Nov 29, 2011, 1:57:20 AM11/29/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to randomjungle
Prediction of test data output only the response of individuals. The predict.randomForest() funciton from randomForeset package in R can switch the type of output between "response", "prob". or "votes". Especially I need the "prob" type so that I can plot a ROC curve for performance estimation. Can the future release of RJ provides this feature?