spark-instrumented-optimizer/docs/_data/menu-ml.yaml
Timothy Hunter fc4b792d28 [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.
2015-11-22 21:51:42 -08:00

11 lines
356 B
YAML

- 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