1. You don't need to implement Cross Validation operators inside the Compare ROC operator. The Compare ROC operator itself performs a k-fold cross validation to calculate the ROC curves. (just set the number of folds k in the Compare ROC parameters) 2. To avoid the error you describe, please use the Group Models operator for PCA and kNN.
Check the working process in attached file and adapt it to your own data.
Answers
Two items :
1. You don't need to implement Cross Validation operators inside the Compare ROC operator. The Compare ROC operator itself
performs a k-fold cross validation to calculate the ROC curves. (just set the number of folds k in the Compare ROC parameters)
2. To avoid the error you describe, please use the Group Models operator for PCA and kNN.
Check the working process in attached file and adapt it to your own data.
Hope this helps,
Regards,
Lionel
Yes, great thanks, it works, thank u so much for your attention.