"Saving individual training/test sets used in x-validation"
Crossvalidation automatically splits data into several subsets. Is there a store these internal datasets to individual files at each round?
Thanks.
Thanks.
Tagged:
0
π¬0 Comments | π₯0 Discussions | π€0 Members | π0 Online |
Answers
The process here http://rapid-i.com/rapidforum/index.php/topic,6629.msg23271.html#msg23271 remembers each training and test fold for later use. You could modify it to store into a set of files.
Andrew