I have a dataset to use for training machine learning models.There are 4 classes in the data. Class A has 645 instances, Class B, C and D have 287 , 9 and 3 instances respectively.

For the test data A,B,C and D have 150,85,1 and 2 instances respectively.

I was thinking of using LOOCV for the training and testing . Is it worth it ?

Similar questions and discussions