cross validation
Astudnew opened this issue · 1 comments
Astudnew commented
Hi
I need to use cross-validation. in which part of the code can I modify?
yangheng95 commented
Refactor the data loading method, combine and resplit the train and test datasets according to origianl split ratio.
Line 96 in 384a222