Andrew, > What I still don't quite understand is which accuracy values from train() I > should trust: those using classProbs=T or classProbs=F?
It depends on whether you need the class probabilities and class predictions to match (which they would if classProbs = TRUE). Another option is to use a model where this discrepancy does not exist. > train often crashes with 'memory map' errors!)? I've never seen that. You should describe it more. Max ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.