Difference between merged and not merged process atomic dataset? #1596
-
When I download for example processed Diginetica dataset from google drive of urs, I get merged and not_merged files. What are the differences? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Jeriousman Hello, interactions between the same pair of user and item may appear more than once, e.g. one user purchases the same kind of bread many times. Thus, merged means we remain at most one interaction for a pair of user and item (also means have removed duplicated user-item interactions) after generating the atomic files, and not_merged vice versa. For more details, you may also refer to #487. |
Beta Was this translation helpful? Give feedback.
@Jeriousman Hello, interactions between the same pair of user and item may appear more than once, e.g. one user purchases the same kind of bread many times.
Thus, merged means we remain at most one interaction for a pair of user and item (also means have removed duplicated user-item interactions) after generating the atomic files, and not_merged vice versa.
For more details, you may also refer to #487.