Daaa Daan I'm back again, and i've new dubts..
As Miguel, (thank you again Miguel!) recommend me, I used Start and End node to obtain cross-validation.
So, as expected ,using a 10 fold crossvalidation, i obtained 11 different dataset (10 with 9/10 of data and 1 complete), for each of which EM calculated a model. That's OK.
BUT, in my studies I learnt (maybe) that also in k-fold cross-validation i've finally a validation dataset, which is the result of the "sum" of scores of each model (created on (k-1)/k of data) on the ramaining 1/k of data, AND this doesn't happen in EM: so i don't have a validation dataset.
This is a big problem for me, because, as I understood, i need a validation to evaluate the presence of overfiffing in my model, don't I? How could i tell if there's overfitting or not only looking training datasets?
Someone could tell me what is wrong?
Again, sorry for my terrible english, and thank you in advance!
... View more