【发布时间】:2014-10-27 04:20:20
【问题描述】:
所以我的问题是如何将它集成到 Web 中,尤其是 Django 站点?我知道有包含 Python SDK 的 PredictionIO (http://prediction.io/)。 Lenskit 有这样的东西吗?
我在关于推荐系统的 coursera 课程中了解了 Lenskit:https://www.coursera.org/course/recsys,我正在观看课程,包括有关 Lenskit 的课程。我也在 github 上看到了文档:https://github.com/lenskit/lenskit/wiki/GettingStarted,但我不清楚如何将它集成到网站中。
例如,对于 predictionio,有以下示例:http://docs.prediction.io/current/tutorials/quickstart-python.html,因此您可以将 PredictionIO 用作服务。 Lenskit 有这样的东西吗?
我也看到了这个问题:How do I setup lenskit recommender toolkit to run in a website?
但是,正如我所见,是关于从 Java 调用它。
【问题讨论】:
标签: java python django recommendation-engine lenskit