running rfm_segment() on the example vignette, customers with rfm_score of 555 should be assigned Champions tag, per input thresholds, such as the customer below.
Reality:
however, it's assigned the next level down - Loyal Customers
Hi @leungi So whenever the intervals specified for one segment (Champions in this case) is a subset of another segment (Loyal Customers), rfm_segment() overwrites the existing assignment. Please do a pull request to the develop branch and we will be happy to merge 😃
leungi commentedJun 27, 2020
Problem
Expectation:
rfm_segment()
on the example vignette, customers withrfm_score
of 555 should be assigned Champions tag, per input thresholds, such as the customer below.Reality:
Suggestion
In conditional logic for assigning segments, add an extra condition such as:
Reprex
The text was updated successfully, but these errors were encountered: