Re: Only one result Universal Recommender

2017-05-23 Thread Dennis Honders
Thanks for the answer. I remember the user part. Every cart is treated as a new one so user-based won't be used in this case. Is 'item-set' a specific keyword for the item-based query? (curl -H "Content-Type: application/json" -d '{"item-set" : ["1"]}'http://localhost:8000/queries.json) If

Re: Only one result Universal Recommender

2017-05-23 Thread Pat Ferrel
I assume you are using 0.6.0 so you’ll have to wait for docs in progress. Remember that you are substituting the cart id for the typical user id so do a user-based query with the cart id but passed in as “user", or send a list of items as “item-set” in the query. curl -H "Content-Type:

Only one result Universal Recommender

2017-05-23 Thread Dennis Honders
I trained and deployed the universal recommender. I only get the populair products as a result. *Trainingdata* [ {"event": "cart-transaction", "entityId": "1", "entityType": "user", "targetEntityId": "12", "targetEntityType": "item"}, {"event": "cart-transaction", "entityId": "1", "entityType":