Week 2 Flashcards

1
Q

What is generalization?

A

How well our model can predict unseen data.

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

What is the difference between regression and classification?

A

Classification is about predicting the class label from a pre-defined set of outcomes. This can be a binary outcome or a multiway outcome.

Regression is about predicting a continuous number. For example, predicting someone’s income from their age, education and job.

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

What is overfitting?

A

Overfitting is when the model doesn’t generalize new data. It models the training set too well and can’t accurately predict new data.

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

What is underfitting?

A

This is when the model is too simple. It can’t accurately predict the training data.

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

What do you get if a model is too complex?

A

Overfitting

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

What do you get if a model is too simple?

A

Underfitting.

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