Skip to content

Conversation

@mengxr
Copy link
Contributor

@mengxr mengxr commented May 20, 2015

Update KernelDensity API to make it extensible to different kernels in the future. bandwidth is used instead of standardDeviation. The static kernelDensity method is removed from Statistics. The implementation is updated using BLAS, while the algorithm remains the same. @sryza @srowen

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 20, 2015

Test build #33136 has started for PR 6279 at commit 4cdfadc.

@SparkQA
Copy link

SparkQA commented May 20, 2015

Test build #33136 timed out for PR 6279 at commit 4cdfadc after a configured wait of 150m.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

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

@mengxr
Copy link
Contributor Author

mengxr commented May 20, 2015

test this please

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 20, 2015

Test build #33144 has started for PR 6279 at commit 4cdfadc.

@SparkQA
Copy link

SparkQA commented May 20, 2015

Test build #33144 has finished for PR 6279 at commit 4cdfadc.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class KernelDensity extends Serializable

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@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/33144/
Test PASSed.

@rxin
Copy link
Contributor

rxin commented May 21, 2015

lgtm (on the api change) since it is more consistent with rest of mllib.

@mengxr
Copy link
Contributor Author

mengxr commented May 21, 2015

Merged into master and branch-1.4. Since the algorithm doesn't change, I asked rxin to review the API changes.

@asfgit asfgit closed this in 947ea1c May 21, 2015
asfgit pushed a commit that referenced this pull request May 21, 2015
Update `KernelDensity` API to make it extensible to different kernels in the future. `bandwidth` is used instead of `standardDeviation`. The static `kernelDensity` method is removed from `Statistics`. The implementation is updated using BLAS, while the algorithm remains the same. sryza srowen

Author: Xiangrui Meng <[email protected]>

Closes #6279 from mengxr/SPARK-7753 and squashes the following commits:

4cdfadc [Xiangrui Meng] add example code in the doc
767fd5a [Xiangrui Meng] update KernelDensity API

(cherry picked from commit 947ea1c)
Signed-off-by: Xiangrui Meng <[email protected]>
@sryza
Copy link
Contributor

sryza commented May 21, 2015

LGTM as well

jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
Update `KernelDensity` API to make it extensible to different kernels in the future. `bandwidth` is used instead of `standardDeviation`. The static `kernelDensity` method is removed from `Statistics`. The implementation is updated using BLAS, while the algorithm remains the same. sryza srowen

Author: Xiangrui Meng <[email protected]>

Closes apache#6279 from mengxr/SPARK-7753 and squashes the following commits:

4cdfadc [Xiangrui Meng] add example code in the doc
767fd5a [Xiangrui Meng] update KernelDensity API
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
Update `KernelDensity` API to make it extensible to different kernels in the future. `bandwidth` is used instead of `standardDeviation`. The static `kernelDensity` method is removed from `Statistics`. The implementation is updated using BLAS, while the algorithm remains the same. sryza srowen

Author: Xiangrui Meng <[email protected]>

Closes apache#6279 from mengxr/SPARK-7753 and squashes the following commits:

4cdfadc [Xiangrui Meng] add example code in the doc
767fd5a [Xiangrui Meng] update KernelDensity API
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
Update `KernelDensity` API to make it extensible to different kernels in the future. `bandwidth` is used instead of `standardDeviation`. The static `kernelDensity` method is removed from `Statistics`. The implementation is updated using BLAS, while the algorithm remains the same. sryza srowen

Author: Xiangrui Meng <[email protected]>

Closes apache#6279 from mengxr/SPARK-7753 and squashes the following commits:

4cdfadc [Xiangrui Meng] add example code in the doc
767fd5a [Xiangrui Meng] update KernelDensity API
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.

5 participants