Apache Spark's scalable machine learning library providing algorithms and utilities for ML tasks.
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-mllib_2.11</artifactId>
<version>2.4.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up a Spark context for MLlib operations.
Use org.apache.spark.ml package for new projects.
No dependency data recorded yet.