Book - Chapter 5 Analytical Theory Association Rules Flashcards

1
Q

What does association rules do

A

Goes through the items being purchased to see what items are frequently bought together and to discover a list of rules that describe the purchasing behaviour

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

If X is observed…

A

Y is also observed

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

What are association rules sometimes referred to as

A

Market basket analysis

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

What is the term item set

A

A collection of items or individual entities that contain some kind of relationship

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

What is the main algorithm for association rules

A

Apriori

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

What is support

A

Percentage of transactions that contain that item set

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

What does it mean when it says often enough

A

That is the minimum support

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

What is the minimum support set at

A

0.5

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

What is apriori property

A

If an item set is considered frequent, than any subset of the frequent items that must also be frequent

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

What is the first step of the apriori algorithm

A

Identify the frequent item set by starting with each item in the transaction as it meets the pre-defined minimum support threshold

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

What is confidence

A

The measure of certainty or trustworthiness associated with each discovered role

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

What is lift

A

How many times more often X and Y occur together than expected

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

What is leverage

A

The difference in the probability of X and Y appearing together in the dataset

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