6c. READING Flashcards

(6 cards)

1
Q

In RFM, which factor is considered most important?

A

Recency

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

In a 5-bin system, how many combined RFM scores are possible?

A

125 possible scores

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

What variables are needed for RFM from transaction data?

A

A customer identifier, a transaction date, and a transaction monetary value.

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

What is the difference between nested and independent binning?

A

Nested binning: Frequency is ranked within recency groups, and monetary within frequency groups. It gives a more even distribution of combined scores, but scores are harder to compare across customers. (This is also called SEQUENTIAL)

Independent binning: Recency, frequency, and monetary are ranked separately. Scores are easier to interpret, but combined scores may be less evenly distributed.

(this is just: independent RFM /// sequential RFM)

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

What is the difference between a cluster and an RFM analysis?

A
  • In an RFM analysis you get two segments, most valuable customers, and a huge segment of non-value customers. - So filtering out valuable from the non-valuable.
  • If you run a cluster analysis with RFM variables, you would get 3 or 4 clusters who will differ according to R-F-M, but they wouldnt tell me which are more valuable or not.. You might get a cluster with high recency but low monetary value… it sorts them according to the patterns it sees - NOT according to their VALUE.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can you run an RFM analysis on this data like this?

A

No.
This is at the transaction level, not the customer level.

You first have to AGGREGATE the dataset by ID.

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