Tree2RuleConverter for RandomForest
Legacy User
New Altair Community Member
Hello,
as can be seen in learner-sample "23_Tree2RuleConverter", Tree2RuleConverter can be
used to generate a rule model from a single decision tree. Is there also a way to create
a rule model for multiple decision trees of a random forest?
If not, which file has to be modified to extend the current Tree2RuleConverter?
Regards,
Tim
as can be seen in learner-sample "23_Tree2RuleConverter", Tree2RuleConverter can be
used to generate a rule model from a single decision tree. Is there also a way to create
a rule model for multiple decision trees of a random forest?
If not, which file has to be modified to extend the current Tree2RuleConverter?
Regards,
Tim
Tagged:
0
Answers
-
Hi Tim
this is currently only possible for single decision trees.
The class for the existing converter is
com.rapidminer.operator.learner.meta.Tree2RuleConverter
Hope that helps,
Ingo0