Random forest k-fold validation tabbed output file
Tabbed text file containing classifier accuracy and a ROC curve for each iteration of a k-fold validation .
The iteration 0, 1, 2... is the second field.
Fields for each iteration include:
iter_acc = classification accuracy (fraction of predictions which are correct).
iter_auc = area under the ROC curve .
iter_meanpe = Mean error probability.
iter_mse = Mean squared error.
iter_roc = Number of TPR, FPR points in the ROC curve.