Package org.apache.spark.mllib

RDD-based machine learning APIs (in maintenance mode).

See: Description

Package org.apache.spark.mllib Description

RDD-based machine learning APIs (in maintenance mode). The spark.mllib package is in maintenance mode as of the Spark 2.0.0 release to encourage migration to the DataFrame-based APIs under the spark.ml package. While in maintenance mode, The developers will continue adding more features to the DataFrame-based APIs in the 2.x series to reach feature parity with the RDD-based APIs. And once we reach feature parity, this package will be deprecated.
See Also:
SPARK-4591 to track the progress of feature parity