370. High-Cardinality Bias in Decision Trees
hard
A decision tree consistently selects high-cardinality categorical features (e.g., zip code with 1000 values) near the root of the tree. What bias does this introduce?
A decision tree consistently selects high-cardinality categorical features (e.g., zip code with 1000 values) near the root of the tree. What bias does this introduce?