Skip to content

Conversation

@MechCoder
Copy link
Contributor

Python API for KernelDensity

@MechCoder
Copy link
Contributor Author

Will add tests as soon as #6383 is resolved (or) merged.

cc @mengxr

@SparkQA
Copy link

SparkQA commented May 24, 2015

Test build #33433 has finished for PR 6387 at commit 4d88d59.

  • This patch fails Python style tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class KernelDensity(object):

Copy link
Contributor

Choose a reason for hiding this comment

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

The default should be None.

@MechCoder MechCoder force-pushed the spark-7639 branch 2 times, most recently from 503dd92 to 324f60f Compare May 27, 2015 06:55
@MechCoder
Copy link
Contributor Author

@mengxr done!

@SparkQA
Copy link

SparkQA commented May 27, 2015

Test build #33569 has finished for PR 6387 at commit 324f60f.

  • This patch fails Python style tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class KernelDensity(object):

@SparkQA
Copy link

SparkQA commented May 27, 2015

Test build #33572 has finished for PR 6387 at commit 05c5da7.

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

@mengxr
Copy link
Contributor

mengxr commented May 27, 2015

@MechCoder Python doctests are not automatically discovered. We have to include them manually. See: https://github.com/apache/spark/blob/master/python/run-tests#L93. Please include KernelDensity there and let Jenkins test against different Python versions.

@MechCoder
Copy link
Contributor Author

@mengxr done !

@SparkQA
Copy link

SparkQA commented May 28, 2015

Test build #33640 has finished for PR 6387 at commit e99d979.

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

@mengxr
Copy link
Contributor

mengxr commented May 28, 2015

LGTM (I'm going to merge this after 1.4.)

@SparkQA
Copy link

SparkQA commented Jun 5, 2015

Test build #34295 has finished for PR 6387 at commit 17abc62.

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

@mengxr
Copy link
Contributor

mengxr commented Jun 6, 2015

Merged into master. Thanks!

MechCoder added a commit that referenced this pull request Jun 6, 2015
Python API for KernelDensity

Author: MechCoder <[email protected]>

Closes #6387 from MechCoder/spark-7639 and squashes the following commits:

17abc62 [MechCoder] add tests
2de6540 [MechCoder] style tests
bf4acc0 [MechCoder] Added doctests
84359d5 [MechCoder] [SPARK-7639] Python API for KernelDensity
@MechCoder MechCoder closed this Jun 7, 2015
@MechCoder MechCoder deleted the spark-7639 branch June 7, 2015 05:56
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
Python API for KernelDensity

Author: MechCoder <[email protected]>

Closes apache#6387 from MechCoder/spark-7639 and squashes the following commits:

17abc62 [MechCoder] add tests
2de6540 [MechCoder] style tests
bf4acc0 [MechCoder] Added doctests
84359d5 [MechCoder] [SPARK-7639] Python API for KernelDensity
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.

3 participants