CHAID
CHAID is a tree building algorithm used to construct non-binary trees for classification and regression problems
If the response variable is categorical, Chi-square test is used to determine the best next split
If the response variable is continuous, F-test is used to determine the best next split
Comments