Week 2: Decision Trees Flashcards
1
Q
What is decision tree learning?
A
Method for learning discrete-valued target functions in which the function to be learned is represented by a decision tree
- Make predictions by splitting on features according to a tree structure
2
Q
A