cross validation

The front end.
Post Reply
liid
Posts: 32
Joined: Tue Jun 19, 2018 5:19 am

cross validation

Post by liid »

Is there a possibility to view the individual results of each fold of a K-fold CV?
Also, how is the final result for K-fold CV calculated? average of K folds? min of the K folds? max of the K folds?

Thanks
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: cross validation

Post by shooltz[BayesFusion] »

Is there a possibility to view the individual results of each fold of a K-fold CV?
No, that's not possible.
Also, how is the final result for K-fold CV calculated? average of K folds? min of the K folds? max of the K folds?
We create a single confusion matrix over all folds (because each record in the dataset is used for evaluation once), which is used to calculate accuracy.
Post Reply