Question
How can a decision tree handle a continuous feature?
Select an option. Your answer will be checked instantly.
Correct Answer: D. By testing thresholds such as x ≤ t
Explanation:
Candidate thresholds divide ordered numeric values into regions.
The algorithm selects a threshold that improves class purity.
Leave a Reply