Lecture 12 Flashcards
1
Q
What is a binary classification problem?
A
2
Q
What are the features for every node in a binary decision tree?
A
3
Q
What is the pseudocode of a node in a BDT?
A
4
Q
What is the runtime of a BDT?
A
5
Q
What is the Gini index?
A
6
Q
How are Decision Tree usually trained?
A
7
Q
What is the CART algorithm?
A
8
Q
Wat is the runtime of the training of a BDT?
A