🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Construct A New Tree from Random Forest Result

User: "dragonedison"
New Altair Community Member
Updated by Jocelyn
Dear everyone,

My dataset has 130 features, and I use one feature a time to train a classifier with Random Forest. Some of these 130 generated classifiers give good results. However, when I use two features in Random Forest(RF) training, the performance is not that good. So I would like to use several of the 1-feature-trained RF classifier to build up a tree classifier by giving the results of the 1-feature-trained classifiers different weights. I would like to know what operators can I use in RapidMiner to implement this. Do I have to work in the code level?

Thanks!
Gary

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "dragonedison"
    New Altair Community Member
    OP
    Dear everyone,

    I would like to make my request more obvious. Since there will be a confidence score for the Random Forest classification result. Are there any ways to combine different Random Forest classifiers' confidence scores to generate a new tree classifier?

    Thanks.
    Gary
    User: "land"
    New Altair Community Member
    Hi Gary,
    yes you can do this using the voting operator.

    Greetings,
      Sebastian