-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7639] [PySpark] [MLlib] Python API for KernelDensity #6387
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
Conversation
|
Test build #33433 has finished for PR 6387 at commit
|
There was a problem hiding this comment.
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.
503dd92 to
324f60f
Compare
|
@mengxr done! |
|
Test build #33569 has finished for PR 6387 at commit
|
|
Test build #33572 has finished for PR 6387 at commit
|
|
@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 |
|
@mengxr done ! |
|
Test build #33640 has finished for PR 6387 at commit
|
|
LGTM (I'm going to merge this after 1.4.) |
|
Test build #34295 has finished for PR 6387 at commit
|
|
Merged into master. Thanks! |
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
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
Python API for KernelDensity