Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Tree2RuleConverter for RandomForest

Legacy UserLegacy User Member Posts: 0 Newbie
edited November 2018 in Help
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

Answers

  • IngoRMIngoRM Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    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,
    Ingo
Sign In or Register to comment.