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-10349] [ML] OneVsRest use 'when ... otherwise' not UDF to generate new label at binary reduction #8519

Closed
wants to merge 1 commit into from

Conversation

yanboliang
Copy link
Contributor

Currently OneVsRest use UDF to generate new binary label during training.
Considering that SPARK-7321 has been merged, we can use when ... otherwise which will be more efficiency.

@SparkQA
Copy link

SparkQA commented Aug 29, 2015

Test build #41783 has finished for PR 8519 at commit 3ffdd36.

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

@feynmanliang
Copy link
Contributor

LGTM

@mengxr
Copy link
Contributor

mengxr commented Aug 31, 2015

Merged into master. Thanks!

@asfgit asfgit closed this in fe16fd0 Aug 31, 2015
@yanboliang yanboliang deleted the spark-10349 branch September 1, 2015 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants