Java's Mahout equivalent in Python

前端 未结 5 2033
被撕碎了的回忆
被撕碎了的回忆 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:35

    An interesting library is crab.

    As of this post, the library only has stable implementations for collaborative filtering algorithms: user-based and item-based.

    An SVD implementation is included but it's experimental and content-based algorithms are on the roadmap.

    Do check it out!

提交回复
热议问题