Skip to content

Conversation

@zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

1, for huber, make it support virtual centering
2, for LeastSquares, it was impled in this way: optimize the linear part and then estimate the intercept. So just re-org the its agg and suite to keep in line with other aggs.

Why are the changes needed?

for better convergence

Does this PR introduce any user-facing change?

No

How was this patch tested?

existing and newly added testsuites

fix huber

use lsba without centering

finish lsba

finish lsbas
@github-actions github-actions bot added the ML label Jun 3, 2021
@SparkQA
Copy link

SparkQA commented Jun 3, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/43779/

@SparkQA
Copy link

SparkQA commented Jun 3, 2021

Test build #139251 has finished for PR 32759 at commit 226b364.

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

@SparkQA
Copy link

SparkQA commented Jun 3, 2021

Kubernetes integration test status success
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/43779/

@zhengruifeng
Copy link
Contributor Author

friendly ping @srowen @WeichenXu123

Copy link
Member

@srowen srowen left a comment

Choose a reason for hiding this comment

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

Seems fine. Do you want to change more in one PR? separate ones are OK.

@zhengruifeng
Copy link
Contributor Author

This should be the last PR related to virtual centering. I will refactor some common block in following PRs.

Copy link
Member

@srowen srowen left a comment

Choose a reason for hiding this comment

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

Seems OK to merge

@zhengruifeng
Copy link
Contributor Author

Merged to master, thanks @srowen for reviewing!

@zhengruifeng zhengruifeng deleted the refactor_huber_agg branch June 7, 2021 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants