Skip to content

Commit

Permalink
[SPARK-8517][ML][DOC] Reorganizes the spark.ml user guide
Browse files Browse the repository at this point in the history
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 <[email protected]>

Closes #10207 from thunterdb/spark-8517.

(cherry picked from commit 765c67f)
Signed-off-by: Joseph K. Bradley <[email protected]>
  • Loading branch information
thunterdb authored and jkbradley committed Dec 9, 2015
1 parent 2a5e4d1 commit b1d5a78
Show file tree
Hide file tree
Showing 8 changed files with 1,752 additions and 81 deletions.
18 changes: 9 additions & 9 deletions docs/_data/menu-ml.yaml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions docs/ml-advanced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: global
title: Advanced topics - spark.ml
displayTitle: Advanced topics
---

# Optimization of linear methods

The optimization algorithm underlying the implementation is called
[Orthant-Wise Limited-memory
QuasiNewton](http://research-srv.microsoft.com/en-us/um/people/jfgao/paper/icml07scalable.pdf)
(OWL-QN). It is an extension of L-BFGS that can effectively handle L1
regularization and elastic net.
62 changes: 0 additions & 62 deletions docs/ml-ann.md

This file was deleted.

Loading

0 comments on commit b1d5a78

Please sign in to comment.