Hi all, I have a technical question about pymvpa cross-validation: I have a classifier inside my cross-validation procedure, after cv(ds) call I have error rate for each fold, if then I run clf.predict(brand_new_ds) will I have predictions based on last cross-validated classifier or based on best cross-validation classifier or something else?
Does It make sense to look for the "best" cross-validated classifier, to make predictions on a unseen and unlabeled dataset (like resting-state) ? Bests, Roberto
_______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa

