Decision Tree vs ID3

tanthiamhuattanthiamhuat Member Posts: 4 Contributor I
edited June 2019 in Help
could anyone explain to me what is the difference when using either Decision Tree or ID3 in RapidMiner?
I try both Decision Tree and ID3 on a same DataSet_A, they produce different outputs.
Again, I try Decision Tree and ID3 on a same DataSet_B, they produce same outputs.

So what are the criteria that determines whether same or different outputs? what how do we know which to use?
I use Information Gain for both.
Tagged:

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Hi,

    if i remember it correctly the standard Rapidminer Decision Tree implements both ID3 and CHAID, depending on which criterion you use.
    The big benefit of using RM Decision Tree (v6.3+) is, that the decision tree is running in parallel. The Weka models don't. So i woud prefer the RM one first place.

    ~Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.