[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2015-06-30 Thread dbtsai
Github user dbtsai closed the pull request at: https://github.com/apache/spark/pull/1518 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2015-03-05 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/1518#issuecomment-77406914 I'm looking at really old PRs -- this is obsolete now, right? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-12-22 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/1518#discussion_r22171070 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/optimization/Regularizer.scala --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-12-22 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/1518#discussion_r22173571 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/optimization/Regularizer.scala --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-08-04 Thread MLnick
Github user MLnick commented on the pull request: https://github.com/apache/spark/pull/1518#issuecomment-51151194 This looks promising. FWIW, I support decoupling regularization from the raw gradient update and believe it is a good way to go - it will allow various update/learning

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-08-04 Thread dbtsai
Github user dbtsai commented on the pull request: https://github.com/apache/spark/pull/1518#issuecomment-51151346 It's too late to get into 1.1, but I'll try to make it happen in 1.2. We'll use this at Alpine implementation first. --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-07-30 Thread dbtsai
Github user dbtsai commented on the pull request: https://github.com/apache/spark/pull/1518#issuecomment-50663418 I tried to make the bias really big to make the intercept smaller to avoid being regularized. The result is still quite different from R, and very sensitive to the

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-07-30 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/1518#issuecomment-50691925 I think this is the approach LIBLINEAR uses. Yes, let's discuss tomorrow. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-07-29 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/1518#issuecomment-50441485 @dbtsai I thought another way to do this and want to know your opinion. We can add an optional argument to `appendBias`: `appendBias(bias: Double = 1.0)`. If this is used

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-07-21 Thread dbtsai
GitHub user dbtsai opened a pull request: https://github.com/apache/spark/pull/1518 [SPARK-2505][MLlib] Weighted Regularizer for Generalized Linear Model (Note: This is not ready to be merged. Need documentation, and make sure it's backforwad compatible with Spark 1.0 apis).

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-07-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1518#issuecomment-49670761 QA tests have started for PR 1518. This patch merges cleanly. brView progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16928/consoleFull ---

[GitHub] spark pull request: [SPARK-2505][MLlib] Weighted Regularizer for G...

2014-07-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1518#issuecomment-49670856 QA results for PR 1518:br- This patch FAILED unit tests.br- This patch merges cleanlybr- This patch adds the following public classes (experimental):brabstract class