Java's Mahout equivalent in Python

前端 未结 5 2017
被撕碎了的回忆
被撕碎了的回忆 2020-12-23 14:31

Java based Mahout\'s goal is to build scalable machine learning libraries. Are there any equivalent libraries in Python ?

5条回答
  •  执念已碎
    2020-12-23 15:28

    pysuggest is a Python wrapper for SUGGEST, a Top-N recommendation engine that implements a variety of recommendation algorithms for collaborative filtering.

提交回复
热议问题