Waikato/moa

PrequentialCV

michaelchiucw opened this issue · 0 comments

I have just read the original paper proposing PrequentialCV. I found the code here does not seem to follow the paper. For k-fold distributed cross-validation, it should be "Test only one". Meanwhile, k-fold distributed split validation should be "Test all except one". Also, the original code fragment tested all classifier copies despite the validation methodology chosen. This also does not seem to follow the original paper. I just wonder if anything in the code neeeded to be correct, or maybe I misunderstood the code?