Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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