Test model for different outcome variable
Find more posts tagged with
Sort by:
1 - 2 of
21
Hello @aksaha
If you are looking to predict multiple label columns, which I think you are trying to do. You need to use a "Multi-label modeling" operator. You can see the tutorial in that operator "help" window.
Note: Multi-label modeling creates multiple models based on the number of outcome variables (attributes) you are trying to predict.
If you are trying to predict the same label column for new data, then @sgenzer suggestion works
If you are looking to predict multiple label columns, which I think you are trying to do. You need to use a "Multi-label modeling" operator. You can see the tutorial in that operator "help" window.
Note: Multi-label modeling creates multiple models based on the number of outcome variables (attributes) you are trying to predict.
I want to see how to the model performs to a different outcome variable using the same learning information
Generally, a model trained for one outcome variable will support prediction for that variable. If you are looking for "transfer learning" then I am not sure if rapidminer supports that. If you are trying to predict the same label column for new data, then @sgenzer suggestion works
Does that help?
Scott