1R Flashcards

1
Q

Difference between classification and association rules?

A

Classification rules can only be used to predict the class, no other attribute whereas association rules can predict any attributes value not just the class and multiple attributes value at a time

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

How does 1R deal with numeric attrbutes?

A

Discretize (divide each attributes range into intervals)

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

How does 1R deal with overfitting?

A

Overfitting: noise will probably produce a seperate interval.

Set a minimum number of instances in the majority class per interval

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

What does 1R do?

A

for each attribute, count the different values for the class and you count the errors and choose the ones with minimal errors.

uses one attribute

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