❑UsingDecisionTreeInputSelection:
❖Decisiontreescanbeusedtoselectinputsforflexiblepredictivemodels.
❖The Importance column quantifies the
overall variability in the target each
input explains.
❖The variable Importance not only
consider inputs appear in tree but also
accounts for surrogate inputs.
Notes:
Surrogate inputs are correlated with the
selected split input. Advantage of
adding surrogates in the variable
selection is to enable inclusion of inputs
that do not appear in tree but still
important predictors for the target.