Question
Why do standard decision trees usually not require feature scaling?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Splits depend on order and thresholds rather than distance magnitude
Explanation:
Multiplying a feature by a positive constant changes threshold values but not ordering.
Distance-based domination is therefore not a concern.
Leave a Reply