List
> Subject: [R] ROC curve for each fold in one plot
>
> Hi all,
>
> I have tried a 5 fold cross validation using caret package with random forest
> method on iris dataset as example. Then I need ROC curve for each fold:
>
>
> > set.seed(1)
> >
Hi all,
I have tried a 5 fold cross validation using caret package with random forest
method on iris dataset as example. Then I need ROC curve for each fold:
> set.seed(1)
> train_control <- trainControl(method="cv", number=5,savePredictions =
TRUE,classProbs = TRUE)
> output <- train(S
2 matches
Mail list logo