简体   繁体   English

Python /mysql:推荐系统

[英]Python /mysql: Recommender system

How can I incorporate a cluster based recommender system in python?如何在 python 中加入基于集群的推荐系统? could anyone specify relevant libraries?任何人都可以指定相关的库吗?

Here's another python library that allows you to implement a recommender system.这是另一个 python 库,可让您实现推荐系统。 It also has k-means (so you can apply clustering, too):它还具有 k-means(因此您也可以应用聚类):

https://github.com/ocelma/python-recsys https://github.com/ocelma/python-recsys

This is one of the most used recommender libraries: http://surpriselib.com/这是最常用的推荐库之一: http://surpriselib.com/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM