What is the relationship between readTraining and readEval? If I implement readEval to do K-Fold logic, do I still need to implement readTraining? Does readTraining always need to be implemented?
I am asking because it seems to be the case that both functions must read data from the datastore in similar ways. So I am not sure what the point of readTraining is when readEval is implemented. Thanks!
