Friday, 11 September 2015

Decision Tree Algorithm: CHAID

There a number of different Decision Tree building algorithm available for both Regression and Classification problems. One of the great advantage with Decision Tree algorithm is that the output can be easily explained to business users.
Some of the decision tree building algorithms are
In this blog, the focus will be to explain Chi-squared Automatic Interaction Detection (CHAID) based decision tree building.
CHAID Decision Tree




Read further : How does CHAID algorithm work? Worked out examples of CHAID algoritm

No comments:

Post a Comment