Decision tree Flashcards

(5 cards)

1
Q

What is a Decision Tree in machine learning?

A

A decision tree is a flowchart like model to use for decision making and prediction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a feature in decision tree?

A

A feature is an individual measurable property or characteristic of the data used to split the dataset at each decision node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a “Threshold” or “split value” in decision tree

A

It the value used to divide data at a node, deciding how to separate data into difference branches

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of selection the best feature when building a decision tree

A

To maximise information and to reduce costs making the tree more accurate and efficient in data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give an example of how a decision tree might be used

A

In a loan, a decision tree might check the customer credit score and income to decide wheater to approve the loan.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly