predictive analytics; classification Flashcards

1
Q

qualitative outcome

A

binary variable, yes or no, represented by numerical values 1 and 0

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

regression does not work for classification because

A

betas can push predicted outcomes past its bounds (0-1)

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

dummary/binary variable

A

way of transforming categorical variable in numerical values, and can often be binary variable

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

dependent and independent variables in classification

A

dependent = binary
independent = can be continuous
eg y = fruit, x = height, width

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

to read a classification tree

A

outcome on top node is overall prediction
- 0.smth under this represents probability that the outcome (throughout tree) is whatever was decided by the tree
- percentage under this represent proportion of data that fits into ctieria

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

accuracy rate

A

correct predictions/number of observations

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