"Decision Tree - Multiple Target Column"
Hey,
I´m a german student and on a study research for automated selection of grippers according to input-properties of objects. I want to use a decision tree.
The problem is that there are more than one possible gripping principles for an object. For example, a cube can be gripped by clamping and suction grippers. Is it possible to use more than one target column in training data or how can solve the problem?
Thanks for Your help!
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
You can't have more than one target column (called a label in RapidMiner) at the same time in RapidMiner.
However, you could build multiple DT models using different labels and then combine their predictions. Or you could create a new single label that incorporates information from mulitple original separate target columns using Generate Attributes (e.g., maybe you create a single label to indicate if an object can be picked up using neither method, one method, or both methods).
2
Answers
Here's an example of using Loop Labels.