aboutsummaryrefslogblamecommitdiff
path: root/docs/ml-advanced.md
blob: 91731d78a2d4309baa64f166b3cb8d426a740910 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13


                                 
                                        








                                                                                              
---
layout: global
title: Advanced topics - spark.ml
displayTitle: Advanced topics - spark.ml
---

# 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.