The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Problem with leave one out for neuralnet model

Olga92Olga92 Member Posts: 5 Learner I
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 

Answers

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    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...

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.