I'm working with the neural network model and I'm trying to validate using cross validation more precisely the leave one out mode, my problem is that I can't define the % I want to train and the rest to test.
Initially I used a normal validation with a training percentage at the split ratio level.
How can I do it?
Thanks for your help