aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorDB Tsai <dbtsai@dbtsai.com>2014-10-07 16:47:24 -0700
committerXiangrui Meng <meng@databricks.com>2014-10-07 16:47:24 -0700
commitb32bb72e812731d28bf05f2145314c63806f3335 (patch)
tree439fb4611a279eaa0b7c4b20bafbb424e85c1d09 /mllib/pom.xml
parent098c7344e64e69dffdcf0d95fe1c9e65a54e98f3 (diff)
downloadspark-b32bb72e812731d28bf05f2145314c63806f3335.tar.gz
spark-b32bb72e812731d28bf05f2145314c63806f3335.tar.bz2
spark-b32bb72e812731d28bf05f2145314c63806f3335.zip
[SPARK-3832][MLlib] Upgrade Breeze dependency to 0.10
In Breeze 0.10, the L1regParam can be configured through anonymous function in OWLQN, and each component can be penalized differently. This is required for GLMNET in MLlib with L1/L2 regularization. https://github.com/scalanlp/breeze/commit/2570911026aa05aa1908ccf7370bc19cd8808a4c Author: DB Tsai <dbtsai@dbtsai.com> Closes #2693 from dbtsai/breeze0.10 and squashes the following commits: 7a0c45c [DB Tsai] In Breeze 0.10, the L1regParam can be configured through anonymous function in OWLQN, and each component can be penalized differently. This is required for GLMNET in MLlib with L1/L2 regularization. https://github.com/scalanlp/breeze/commit/2570911026aa05aa1908ccf7370bc19cd8808a4c
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index a5eeef88e9..696e9396f6 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_${scala.binary.version}</artifactId>
- <version>0.9</version>
+ <version>0.10</version>
<exclusions>
<!-- This is included as a compile-scoped dependency by jtransforms, which is
a dependency of breeze. -->