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
How to provide seperate datasets for both training and testing ?
Iam a new user to rapidminer tool.i had watched a video regarding the training and testing dataset through cross validation.But it says a single dataset can be used for both training and testing.How to provide seperate datasets for both training and testing ? Can anyone please explain how to do that ?
0
Answers
Here is a comprehensive explanation by @sgenzer on cross-validation (CV).
https://community.rapidminer.com/discussion/55112/cross-validation-and-its-outputs-in-rm-studio
Simple understanding: When you connect dataset to CV operator, it divides the data into multiple sets based on the number of folds value. Every time it runs it will use one subset for testing and others for training.
EDIT: If you would like to provide separate datasets, then you need to connect the training data to the model and this model is connected to apply model operator and also the test dataset is connected to apply model operator. In this way, you can connect training and testing separately. sample XML below.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
According to the points that @varunm1 said if we have a data with label we dont need to separate dataset in to traning and testing. And also RM with cross validation is able to separte it automatically to the train and test parts And for the testing part it will not use the label like the training part.
Are these points correct?
Thank you
Once the auto model is done training, you can deploy the model and test it on new data. This is possible only after trainin automodel
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing