pyspark MLlib 是否仍在开发中?
is pyspark MLlib still maintained developed?
我2017年的书"learning pyspark"一个可以读:
Even though MLlib is now in a maintenance mode, that is, it not actively being developed (and will be most likely be deprecated later) ...
所以我想知道是否有任何关于情况的更新。 MLlib 还在维护吗?它会很快被弃用吗?
As of Spark 2.0, the RDD-based APIs in the spark.mllib package have entered maintenance mode. The primary Machine Learning API for Spark is now the DataFrame-based API in the spark.ml package.
取自https://spark.apache.org/docs/latest/ml-guide.html
所以,MLlib 在 "maintenance mode" 中,spark.ml
在这里作为替代品。
我2017年的书"learning pyspark"一个可以读:
Even though MLlib is now in a maintenance mode, that is, it not actively being developed (and will be most likely be deprecated later) ...
所以我想知道是否有任何关于情况的更新。 MLlib 还在维护吗?它会很快被弃用吗?
As of Spark 2.0, the RDD-based APIs in the spark.mllib package have entered maintenance mode. The primary Machine Learning API for Spark is now the DataFrame-based API in the spark.ml package.
取自https://spark.apache.org/docs/latest/ml-guide.html
所以,MLlib 在 "maintenance mode" 中,spark.ml
在这里作为替代品。