1R Flashcards
(4 cards)
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
2
Q
How does 1R deal with numeric attrbutes?
A
Discretize (divide each attributes range into intervals)
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
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