I would like to split my data into training and testing sets;90% of data will be for training and 10% to use for test.Then I will repeat the partition 10 times,
Total cassification accuracy is computed each time , and added to get a final accuracy(Total cassification accuracy = sum (accuracy of run1+ accuracy of run2+...+accuracy of run10)
1. How I do that?
2. What is the difference between this and 10 -Fold Cross-Validation?
Thank you a lot.
Best Regards
Khadidja BELATTAR.