Java's Mahout equivalent in Python

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

    Spark MLlib is recommmended. It is a scalable machine learning lib, can read data from HDFS and of course runs on top of Spark.

    You can access it via PySpark (see the Programming Guide's Python examples).

提交回复
热议问题