Package org.apache.spark.mllib
package org.apache.spark.mllib
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,
-
no new features in the RDD-based
spark.mllib
package will be accepted, unless they block implementing new features in the DataFrame-basedspark.ml
package; - bug fixes in the RDD-based APIs will still be accepted.
- See Also:
-
- SPARK-4591 to track the progress of feature parity
-
ClassDescriptionA dummy class as a workaround to show the package doc of
spark.mllib
in generated Java API docs.