Re: [R] Train and testing in caret package

2019-11-04 Thread Patrick (Malone Quantitative)
This isn't an R language question, but there are many tutorials, blogs, and videos on the web that address this sort of thing, in addition to StackExchange. On Mon, Nov 4, 2019 at 11:58 AM Neha gupta wrote: > > Hello to all. I am new to R language, just read few tutorials. > > I have a question,

[R] Train and testing in caret package

2019-11-04 Thread Neha gupta
Hello to all. I am new to R language, just read few tutorials. I have a question, we use trainControl and train function for k fold cross validation and we don't need to predict the data separately using predict function for test data. But how when we have a separate test set? How can we use the