Cross Validation replaces Split Data

erik_van_ingen
New Altair Community Member
Just checking. I understand that Cross Validation does a n-fold 'Split-Data-train-apply model'. Does this literally mean that if you use Cross Validation, it will replace the 'manual' Split Data? Therefore you use one or the other?
Tagged:
0
Best Answer
-
Hi @erik_van_ingen ,Cross validation serves the same purpose than the simple split. The implementation looks slightly different, since it is something very similar to a loop. Please have a look at this video to get some guidance: https://academy.rapidminer.com/courses/validation-demoBest,Martin
2
Answers
-
Hi @erik_van_ingen ,Cross validation serves the same purpose than the simple split. The implementation looks slightly different, since it is something very similar to a loop. Please have a look at this video to get some guidance: https://academy.rapidminer.com/courses/validation-demoBest,Martin
2 -
thanks, that video answered exactly my question1