trainControl(method=)
I have a large time series dataset, and I would like to split into training,validation and testing set. However, I couldn't find the setting for prespecified validation set in caret trainControl for hyperparameter tuning. I don't wish to use cross validation in such case.
I wish further use it in with the train function to fit my model.
fit<-train(...)