Hi,
I tried to implement a test case in rapid miner.
1.Loaded the training data,since it's a regression model, tried with linear regression ..
2.After preprocessing the data and removing unnecessary column values, and applying the model and performance it has produced a result of decent accuracy.
3Now wanted to apply this model onto the testing data and check the performance and related attributes.
Kindly refer the attached doc containing the flow of operators used for both training and testing dataset for reaching the target values.
I have retrieved train and test data again and then gave used cross validation and applied the model
Can you please tell me if there is any way where the apply model only can be saved somewhere and then invoke it by giving the input as test data only ,without considering the training data. i have applied the entire operators used in the training data to testing data also which i feel is redundant .
Kindly help me in clarifying the same.
Thanks in advance.