-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[💡SUG] Remove Duplicated User and Item Interaction #487
Comments
Thanks for your suggestion! If you use the 27 benchmarks we have collected, we have put the deduplication in the process of generating atomic files, with the optional argument If you want to use your own dataset, you can also generate atomic files in this way. We will also add this feature in future versions. |
First of all, thanks for the quick response. That is exactly what I am looking for. May I suggest that record optionally like pandas.drop_diplicates, either keep the first or the last? |
No problem for the new feature of |
We have made a improvement (refer to #492 ), which removes duplicated interactions if arg Note that If arg Thanks for the insightful suggestion. I hope this can help you. |
Is your feature request related to a problem? Please describe.
In some cases, we would like to merge the duplicated user-item interactions by keeping the earliest one (referring to the timestamp). The rationality here is to test the performance of a method in recommending novel items that a user did not consume before.
Describe the solution you'd like
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: