Recently, I started using Lenskit framework. The framework is designed for recommendations. It contains a few useful recommendation algorithms, such as item-item collaborative filtering and matrix factorization. However, there is a lack of documentation and examples on the framework.
I needed to use SimpleEvaluator class and I could not find a relevant documentation on the the class or a good example how I can use it.
I found one example in project's repository, but the code is written for lenskit 3. Here is my example for lenskit 2, hope it helps:
I needed to use SimpleEvaluator class and I could not find a relevant documentation on the the class or a good example how I can use it.
I found one example in project's repository, but the code is written for lenskit 3. Here is my example for lenskit 2, hope it helps:
No comments:
Post a Comment