aboutsummaryrefslogtreecommitdiff
path: root/docs/_data/menu-ml.yaml
diff options
context:
space:
mode:
authorTimothy Hunter <timhunter@databricks.com>2015-11-22 21:51:42 -0800
committerXiangrui Meng <meng@databricks.com>2015-11-22 21:51:42 -0800
commitfc4b792d287095d70379a51f117c225d8d857078 (patch)
tree7fe7d755fea0b91095c999b82084a3104187da83 /docs/_data/menu-ml.yaml
parenta6fda0bfc16a13b28b1cecc96f1ff91363089144 (diff)
downloadspark-fc4b792d287095d70379a51f117c225d8d857078.tar.gz
spark-fc4b792d287095d70379a51f117c225d8d857078.tar.bz2
spark-fc4b792d287095d70379a51f117c225d8d857078.zip
[SPARK-11835] Adds a sidebar menu to MLlib's documentation
This PR adds a sidebar menu when browsing the user guide of MLlib. It uses a YAML file to describe the structure of the documentation. It should be trivial to adapt this to the other projects. ![screen shot 2015-11-18 at 4 46 12 pm](https://cloud.githubusercontent.com/assets/7594753/11259591/a55173f4-8e17-11e5-9340-0aed79d66262.png) Author: Timothy Hunter <timhunter@databricks.com> Closes #9826 from thunterdb/spark-11835.
Diffstat (limited to 'docs/_data/menu-ml.yaml')
-rw-r--r--docs/_data/menu-ml.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_data/menu-ml.yaml b/docs/_data/menu-ml.yaml
new file mode 100644
index 0000000000..dff3d33bf4
--- /dev/null
+++ b/docs/_data/menu-ml.yaml
@@ -0,0 +1,10 @@
+- text: Feature extraction, transformation, and selection
+ 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