package spark
- Alphabetic
- By Inheritance
- spark
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Package Members
- package ml
DataFrame-based machine learning APIs to let users quickly assemble and configure practical machine learning pipelines.
- package mllib
RDD-based machine learning APIs (in maintenance mode).
RDD-based machine learning APIs (in maintenance mode).
The
spark.mllibpackage is in maintenance mode as of the Spark 2.0.0 release to encourage migration to the DataFrame-based APIs under the org.apache.spark.ml package. While in maintenance mode,- no new features in the RDD-based
spark.mllibpackage will be accepted, unless they block implementing new features in the DataFrame-basedspark.mlpackage; - bug fixes in the RDD-based APIs will still be accepted.
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
- no new features in the RDD-based