I am currently working on WEKA , and just want to know why in cross validation using 10 fold cross validation, learning algorithm runs 11 time
Asked
Active
Viewed 69 times
2

Has QUIT--Anony-Mousse
- 76,138
- 12
- 138
- 194
-
buest guess is that it refits on the whole dataset afterwards – lejlot May 09 '16 at 23:08
-
http://stackoverflow.com/questions/19167287/cross-validation-weka-api/19167712#19167712 I believe lejlot's answer is correct, the reasoning in the referenced question explains why. – Walter May 10 '16 at 01:52
1 Answers
1
Weka first builds a model on the entire dataset (if you right click on the experiment you can save this), and then performs the 10-fold cross-validation.

DMML
- 1,422
- 4
- 22
- 39