How can I partition my dataset in a training and test set, where the training set can be used for k-fold cross validation for hyperparameter tuning in Model Studio? I want to use cross validation to find the optimal hyperparameters for my gradient boosting model, but I also want a separate test set to evaluate the model's performance. In the documentation for the autotuning validation method it says that "if your data is partitioned, then that partition is used and Validation method, Validation data proportion, and Cross validation number of folds are all ignored". However, if I do not create a partition variable in the project settings, it seems that the model will also be scored on the training data, thereby resulting in a AUC of 1. How can I holdout a separate test set, but still apply cross validation? Thank you in advance!
... View more