I have a dataset of 1000 elements. I am doing random subsampling validation with different ratios for the train/test sets (90/10%, 80/20%, 10/90%), for each ratio I generate 100 train/test samples. My question is how to fairly compare the results given by using the different ratios (as the testing sizes are different for each ratio)? does it even make sense to compare different ratios? My intention is not necessary to provide a model that does the estimations, but to say that anyone can built a model, but only would need small training set (say 10%) to make an estimation of a bigger set with such and such uncertainty.
Any hint would be very much appreciated.