Lecture 8 Tree Flashcards

1
Q

Tree

A

Non- linear
Doesn’t care about scaling of distribution
Interpretable

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

Building decision tress

A

Individual tree is built on a subset of data

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

Criteria ( classification

A

Gino index
Cross entropy

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

Regression tree

A

MAE, MSE, predict mean, without regularization / pruning- each lead often contains a single point to be pure

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

Parameter tuning

A

Pre- pruning and post

Depth, leaf nodes, samples split

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

Drawback

A

Extrapolation— only based on current range of the training — nearest leaf node — no ability to generate new response

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

Instability

A

Split data different may get different root nood, unstable feature importance , may take one or multiple from a group of correlated features

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

Splitting method

A

Linear models used if extrapolation is needed

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

Ensemble models

A

Method that combine multiple machine learning method to create more powerful method

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

Poor man’s ensemble

A

More models —> better if they are not correlated—> average the result

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

Bagging

A

Generic way to build slightly different models

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

Bias and variance

A

Generalization depends on strength of individual classifiers and inversely on their correlation

Strength: ability to accurately predict the target variable

High strength— low bias

Uncorrelating—> help

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