Skip to content

[SPARK-4596][MLLib] Refactorize Normalizer to make code cleaner#3446

Closed
dbtsai wants to merge 1 commit intoapache:masterfrom
AlpineNow:normalizer
Closed

[SPARK-4596][MLLib] Refactorize Normalizer to make code cleaner#3446
dbtsai wants to merge 1 commit intoapache:masterfrom
AlpineNow:normalizer

Conversation

@dbtsai
Copy link
Member

@dbtsai dbtsai commented Nov 25, 2014

In this refactoring, the performance will be slightly increased due to removing
the overhead from breeze vector. The bottleneck is still in breeze norm
which is implemented by activeIterator.

This inefficiency of breeze norm will be addressed in next PR. At least,
this PR makes the code more consistent in the codebase.

@SparkQA
Copy link

SparkQA commented Nov 25, 2014

Test build #23824 has started for PR 3446 at commit e20a2b9.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Nov 25, 2014

Test build #23824 has finished for PR 3446 at commit e20a2b9.

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

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23824/
Test PASSed.

@mengxr
Copy link
Contributor

mengxr commented Nov 25, 2014

LGTM. Merged into master and branch-1.2. Thanks!

@dbtsai dbtsai closed this Nov 25, 2014
asfgit pushed a commit that referenced this pull request Nov 25, 2014
In this refactoring, the performance will be slightly increased due to removing
the overhead from breeze vector. The bottleneck is still in breeze norm
which is implemented by activeIterator.

This inefficiency of breeze norm will be addressed in next PR. At least,
this PR makes the code more consistent in the codebase.

Author: DB Tsai <dbtsai@alpinenow.com>

Closes #3446 from dbtsai/normalizer and squashes the following commits:

e20a2b9 [DB Tsai] first commit

(cherry picked from commit 89f9122)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
asfgit pushed a commit that referenced this pull request Nov 25, 2014
In this refactoring, the performance will be slightly increased due to removing
the overhead from breeze vector. The bottleneck is still in breeze norm
which is implemented by activeIterator.

This inefficiency of breeze norm will be addressed in next PR. At least,
this PR makes the code more consistent in the codebase.

Author: DB Tsai <dbtsai@alpinenow.com>

Closes #3446 from dbtsai/normalizer and squashes the following commits:

e20a2b9 [DB Tsai] first commit
@dbtsai dbtsai deleted the normalizer branch November 25, 2014 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants