I see that in gridsearchcv best parameters are determined based on cross-validation
, but what I really want to do is to determine the best parameters based on one held out validation set
instead of cross validation
.
Not sure if there is a way to do that. I found some similar posts where customizing the cross-validation folds
. However, again what I really need is to train on one set and validate the parameters on a validation set.
One more information about my dataset is basically a text series type
created by panda
.