aboutsummaryrefslogtreecommitdiff
path: root/docs/_data
diff options
context:
space:
mode:
authorTimothy Hunter <timhunter@databricks.com>2015-12-08 18:40:21 -0800
committerJoseph K. Bradley <joseph@databricks.com>2015-12-08 18:40:21 -0800
commit765c67f5f2e0b1367e37883f662d313661e3a0d9 (patch)
treed8f03ee26be1dd0e6d427a9f0edab31447fb9856 /docs/_data
parent39594894232e0b70c5ca8b0df137da0d61223fd5 (diff)
downloadspark-765c67f5f2e0b1367e37883f662d313661e3a0d9.tar.gz
spark-765c67f5f2e0b1367e37883f662d313661e3a0d9.tar.bz2
spark-765c67f5f2e0b1367e37883f662d313661e3a0d9.zip
[SPARK-8517][ML][DOC] Reorganizes the spark.ml user guide
This PR moves pieces of the spark.ml user guide to reflect suggestions in SPARK-8517. It does not introduce new content, as requested. <img width="192" alt="screen shot 2015-12-08 at 11 36 00 am" src="https://cloud.githubusercontent.com/assets/7594753/11666166/e82b84f2-9d9f-11e5-8904-e215424d8444.png"> Author: Timothy Hunter <timhunter@databricks.com> Closes #10207 from thunterdb/spark-8517.
Diffstat (limited to 'docs/_data')
-rw-r--r--docs/_data/menu-ml.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/_data/menu-ml.yaml b/docs/_data/menu-ml.yaml
index dff3d33bf4..fe37d0573e 100644
--- a/docs/_data/menu-ml.yaml
+++ b/docs/_data/menu-ml.yaml
@@ -1,10 +1,10 @@
-- text: Feature extraction, transformation, and selection
+- text: "Overview: estimators, transformers and pipelines"
+ url: ml-intro.html
+- text: Extracting, transforming and selecting features
url: ml-features.html
-- text: Decision trees for classification and regression
- url: ml-decision-tree.html
-- text: Ensembles
- url: ml-ensembles.html
-- text: Linear methods with elastic-net regularization
- url: ml-linear-methods.html
-- text: Multilayer perceptron classifier
- url: ml-ann.html
+- text: Classification and Regression
+ url: ml-classification-regression.html
+- text: Clustering
+ url: ml-clustering.html
+- text: Advanced topics
+ url: ml-advanced.html