Classification Flashcards

(4 cards)

1
Q

What is the basic idea of classification_

A
  • prediction/target y can only take on a small range of possible values
  • like is a mail spam, yes or no
  • linear regression is bad for this
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is linear regression less useful for classification?

A
  • because outliers can easily influencing the function in a bad way
  • because we need to use a threshold / decision boundary to declare when something belongs to what class
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What algorithm is widely used for binary classification problems?

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