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
cross validation
Hi
I have a cross validation set up with a gradient boosted tree model in it. In the test piece, I apply the model and the performance is sent to a performance operator. The outcome matrix counts the same nr of records as what I fed into the cross validation. Is this normal?
I have a cross validation set up with a gradient boosted tree model in it. In the test piece, I apply the model and the performance is sent to a performance operator. The outcome matrix counts the same nr of records as what I fed into the cross validation. Is this normal?
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @Joos
It is normal. CV uses all the data in both training and testing, the fold number creates subsets of data to train and test in each fold. The final performance is aggregate of all folds.
Here is a detailed explanation of CV.
https://community.rapidminer.com/discussion/55112/cross-validation-and-its-outputs-in-rm-studio
Best
VarunRegards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
6
Answers