Search
On-Site Program Calendar
Browse By Day
Browse By Time
Browse By Person
Browse By Room
Browse By Unit
Browse By Session Type
Search Tips
Change Preferences / Time Zone
Sign In
Bluesky
Threads
X (Twitter)
YouTube
Decision Tree uses variable information gain values to decide which independent variable to use for the first node in the decision tree. This first step is automatically selected by the Decision Tree algorithm. If an effective set of independent variables are not chosen for the Decision Tree analysis, then the fit function (classification accuracy) would not yield the best accurate results. This useful “fit” function is displayed in the confusion matrix. Decision Tree modeling could benefit from an important first step. Prior to Decision Tree analysis, a Principal Component factor analysis with a single factor could be run to indicate which variables have the highest variance. An example is presented.