Skip to content
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

Must handle usage event pairs for shopping cart recommendations #6

Open
pferrel opened this issue May 2, 2016 · 0 comments
Open

Must handle usage event pairs for shopping cart recommendations #6

pferrel opened this issue May 2, 2016 · 0 comments
Milestone

Comments

@pferrel
Copy link

pferrel commented May 2, 2016

To make the shopping-cart/item-set recommender work generally we need add and remove variants of an event. So "add-to-cart" must also have a "remove-from-cart". We will need to treat each user's history as an aggregation of these, much like $set/$unset.

The algo can do this if we add event aggregations for more than $set/$unset. Or maybe we wait for re-architecture and do this in the algo.

But this will have to be accounted for in SelfCleaningDataSource now. We can specify add/remove pairs in the engie.json so I'll make a proposal for this but it will be read and followed in SelfCleaningDataSource so I imagine it will be in the eventWindow spec.

@pferrel pferrel modified the milestones: aml-0.9.6.1, aml-0.9.7 May 2, 2016
@EmergentOrder EmergentOrder removed their assignment Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants