For the complete documentation index, see llms.txt. This page is also available as Markdown.

Spark Machine Learning

Spark Machine Learning

MLlib standardizes APIs for machine learning algorithms to make it easier to combine multiple algorithms into a single pipeline, or workflow. This section covers the key concepts introduced by the Pipelines API, where the pipeline concept is mostly inspired by the scikit-learn project.

Last updated