🎉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

Gini Index Random Forest

User: "Timbo"
New Altair Community Member
Updated by Jocelyn
Hi,

whenever I try using the gini index option for the Random Forest the process breaks down due to memory issues. Even if I only use something like 7000 examples, 15 Attrubutes and 2 classes for which all other options work fine. Is that a known bug or just due to the method?

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "land"
    New Altair Community Member
    Hi,
    please restrict the maximal tree depth and minimal number of examples per leaf to cut tree building. Might be it "explodes" exponentially.

    Greetings,
      Sebastian
    User: "Timbo"
    New Altair Community Member
    OP
    Well I am using default settings. if it is "exploding" with those then maybe this shouldn't be default settings...
    User: "land"
    New Altair Community Member
    Hi,
    if it can explode depends on your data: If you have many nominal values, the tree size can be much greater than if all attributes are numerical and there can be only a split into two branches...

    Greetings,
      Sebastian