LensKit recommendation without rating

72 Views Asked by At

I try to implement a recommendation engine with LensKit 3.0 in a Java webapp for an ecommerce website. I would like to generate recommendations for a given user according to purchase history, therefore I only have implicit events of 'buy' and 'view'.

According to the documentation, I bind RatingVectorPDAO to EntityCountRatingVectorPDAO, but how will it be used during the build of the engine?

0

There are 0 best solutions below