The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
What attribute role is "Batch"?
Best Answer
-
earmijo Member Posts: 271 Unicorn
When you use cross-validation RM separates the samples into K partitions at random (or in a stratified way). If you want to have full control of how the observations are assigned to the different partitions you use batch. This is going to be a column with numbers from 1 to K indicating the partition to which each observation belongs.
I've used batch cross-validation when I want to compare the results from Rapidminer to the results of other programs.
1