I use logistics regression for binary classification. and my data is about 300 000 samples. I have used both kfold = 5 and kfold =10 cross-validation
With Kfold= 5, I have got :
Model1: AUC Test = 0.65
Model2: AUC Test = 0.69
With Kfold= 10, I have got :
Model1: AUC Test = 0.61
Model2: AUC Test = 0.65
Since both of those models give me the same difference (0.04) is there any rule that should I respect it for choosing a better number of K. i.e. which is better to use when we have data of that number of samples.
and does a biger number of metric can have any importance (0.69 5kfold / 0.65 10kfold)