Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-3078][MLLIB] Make LRWithLBFGS API consistent with others #1973

Closed
wants to merge 4 commits into from

Conversation

mengxr
Copy link
Contributor

@mengxr mengxr commented Aug 15, 2014

Should ask users to set parameters through the optimizer. @dbtsai

@SparkQA
Copy link

SparkQA commented Aug 15, 2014

QA tests have started for PR 1973 at commit 641eea4.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Aug 15, 2014

QA tests have finished for PR 1973 at commit 641eea4.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mengxr
Copy link
Contributor Author

mengxr commented Aug 15, 2014

Jenkins, retest this please.

@SparkQA
Copy link

SparkQA commented Aug 15, 2014

QA tests have started for PR 1973 at commit 641eea4.

  • This patch merges cleanly.

def setMaxNumIterations(iters: Int): this.type = {
this.setNumCorrections(iters)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be

this. setNumIterations(iters)

@SparkQA
Copy link

SparkQA commented Aug 15, 2014

QA tests have finished for PR 1973 at commit 641eea4.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 16, 2014

QA tests have started for PR 1973 at commit 21b3579.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Aug 16, 2014

QA tests have started for PR 1973 at commit e3efbb1.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Aug 16, 2014

QA tests have finished for PR 1973 at commit 21b3579.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 16, 2014

QA tests have finished for PR 1973 at commit e3efbb1.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dbtsai
Copy link
Member

dbtsai commented Aug 16, 2014

LGTM. Merged into both master and branch-1.1. Thanks!!

asfgit pushed a commit that referenced this pull request Aug 16, 2014
Should ask users to set parameters through the optimizer. dbtsai

Author: Xiangrui Meng <meng@databricks.com>

Closes #1973 from mengxr/lr-lbfgs and squashes the following commits:

e3efbb1 [Xiangrui Meng] fix tests
21b3579 [Xiangrui Meng] fix method name
641eea4 [Xiangrui Meng] Merge remote-tracking branch 'apache/master' into lr-lbfgs
456ab7c [Xiangrui Meng] update LRWithLBFGS

(cherry picked from commit 5d25c0b)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@asfgit asfgit closed this in 5d25c0b Aug 16, 2014
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
Should ask users to set parameters through the optimizer. dbtsai

Author: Xiangrui Meng <meng@databricks.com>

Closes apache#1973 from mengxr/lr-lbfgs and squashes the following commits:

e3efbb1 [Xiangrui Meng] fix tests
21b3579 [Xiangrui Meng] fix method name
641eea4 [Xiangrui Meng] Merge remote-tracking branch 'apache/master' into lr-lbfgs
456ab7c [Xiangrui Meng] update LRWithLBFGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants