Suppose that I have 10 separate datasets and I want to build a predictive model. I need to evaluate the model so, I use cross validation. How can I use each dataset as a fold or specific part in CV? For example, how can I use the first 9 datasets as training set and the 10th dataset as test set and then iterate over all datasets? This way, the training and test datasets will not be randomly selected. Is there any python function to perform it?Suppose that I have 10 separate datasets and I