Regression Flashcards

1
Q

What function is used to bin values into discrete intervals?

A

pd. cut()

pd. qcut()

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

What is scaling?

A
  • Change the range of the dataset.

- The process by which we normalize the numeric range of the attributes of our data.

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

Why scaling?

A
  • improve model’s implementation
  • ## to weigh all the features equally
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the baseline for regression model?

A

often the mean

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

What is SSE?

A

sum of squared errors

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