Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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