Hey guys, I'm currently working on a recommender engine for e-commerce. I
chose the official E-com Recommender. I have successfully trained and
deployed it. And have been testing some simple requests:
{ "user" : "someUserId", "num" : 5 } etc. and I get some nice responses.Now I was wondering if there's some documentation on the following: - Provide recommendations for users who are not logged in, like first time users who would sign up during the purchase or just people who forgot to sign in before adding items to cart. - And is there a way to pass the existing items in cart as a parameter to get a better recommendation? // is this the blackList Set[ ]? Thank you in advance, Kasper
