简体   繁体   中英

Python /mysql: Recommender system

How can I incorporate a cluster based recommender system in python? could anyone specify relevant libraries?

Here's another python library that allows you to implement a recommender system. It also has k-means (so you can apply clustering, too):

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

This is one of the most used recommender libraries: http://surpriselib.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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