Apache Spark MLlib API

Spark's scalable machine learning library consisting of common learning algorithms and utilities, including classification, regression, clustering, collaborative filtering, dimensionality reduction, and feature engineering. Supports pipeline-based ML workflows through the spark.ml package.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-spark:apache-spark-mllib-api
name: Apache Spark MLlib API
description: Spark's scalable machine learning library consisting of common learning algorithms and utilities,
  including classification, regression, clustering, collaborative filtering, dimensionality reduction,
  and feature engineering. Supports pipeline-based ML workflows through the spark.ml package.
humanURL: https://spark.apache.org/docs/latest/ml-guide.html
tags:
- Algorithms
- Data Science
- Machine Learning
- ML
properties:
- type: Documentation
  url: https://spark.apache.org/docs/latest/ml-guide.html
- type: SDK
  url: https://spark.apache.org/docs/latest/api/scala/org/apache/spark/ml/index.html
  title: Scala MLlib API
- type: SDK
  url: https://spark.apache.org/docs/latest/api/python/reference/pyspark.ml.html
  title: Python MLlib API