Re: [R] Sporadic errors when training models using CARET

2010-11-23 Thread Max Kuhn
Kendric, I've seen these too and traceback() usually goes back to ksvm(). This doesn't mean that the error is there, but the results fo traceback() from you would be helpful. thanks, Max On Mon, Nov 22, 2010 at 6:18 PM, Kendric Wang kendr...@interchange.ubc.ca wrote: Hi. I am trying to

[R] Sporadic errors when training models using CARET

2010-11-22 Thread Kendric Wang
Hi. I am trying to construct a svmLinear model using the caret package (see code below). Using the same data, without changing any setting, sometimes it constructs the model successfully, and sometimes I get an index out of bounds error. Is this unexpected behaviour? I would appreciate any