SUL Topic 5a - Decision Tree Flashcards

1
Q

Decision Tree

A

Supervised learning algorithm used for classification problems

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

Advantages of Decision Trees

A

Easy interpretation
Handles numerical and categorical data

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

Disadvantages of Decision Trees

A

Prone to overfitting
Unstable with small data variations

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

Applications of Decision Trees

A

Predicting insurance premiums
Home prices

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

Types of Decision Trees

A

Regression trees (continuous variables)
Classification trees (categorical variables)

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

Handling Unseen Data in Regression Trees

A

Use mean or median

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

Handling Unseen Data in Classification Trees

A

Use mode

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

Pruning in Decision Trees

A

Essential technique to prevent overfitting

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

Popular Decision Tree Algorithms

A

ID3
Gini index

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

Why are Decision Trees popular for beginners?

A

Easy to understand and interpret

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

Enhancing Decision Tree Accuracy

A

Integrating with advanced algorithms like Random Forest

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

Implementation of Decision Trees

A

Simplified by Python libraries like scikit-learn

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

Real-World Applications of Decision Trees

A

Predicting survival rates
Pricing

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

Types of decision tree algorithm

A

C5.0

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

CHAID

A

Stands for Chi-squared Automatic Interaction Detection

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

QUEST

A

Stands for Quick, Unbiased and Efficient Statistical Tree

17
Q

Strengths of Decision Trees

A

Generate understandable rules
Handle continuous and categorical data

18
Q

Weaknesses of Decision Trees

A

Less appropriate for continuous value prediction
Prone to errors with many classes

19
Q

Computational Aspect of Decision Trees

A

Can be expensive to train

20
Q

Important Fields in Decision Trees

A

Provide clear indication of which are most important for prediction or classification