🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Problem with leave one out for neuralnet model

User: "Olga92"
New Altair Community Member
Updated by Jocelyn
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 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    When you use "leave one out" then you don't specify a train/test percentage because it will literally train on n-1 observations and test on a single observation at at time for n repetitions.  So if you have 100 examples, it will do this 100 times.  Be very careful with LOO cross valiation and large datasets...