spark-instrumented-optimizer/docs/_data/menu-ml.yaml
BenFradet 00c72d27bf [SPARK-12247][ML][DOC] Documentation for spark.ml's ALS and collaborative filtering in general
This documents the implementation of ALS in `spark.ml` with example code in scala, java and python.

Author: BenFradet <benjamin.fradet@gmail.com>

Closes #10411 from BenFradet/SPARK-12247.
2016-02-16 13:03:28 +00:00

13 lines
403 B
YAML

- text: "Overview: estimators, transformers and pipelines"
url: ml-guide.html
- text: Extracting, transforming and selecting features
url: ml-features.html
- text: Classification and Regression
url: ml-classification-regression.html
- text: Clustering
url: ml-clustering.html
- text: Collaborative filtering
url: ml-collaborative-filtering.html
- text: Advanced topics
url: ml-advanced.html