Uh oh!
There was an error while loading. Please reload this page.
[SPARK-19590][pyspark][ML] Update the document for QuantileDiscretizer in pyspark - #16922
Closed
VinceShieh wants to merge 2 commits into
Closed
[SPARK-19590][pyspark][ML] Update the document for QuantileDiscretizer in pyspark#16922VinceShieh wants to merge 2 commits into
VinceShieh wants to merge 2 commits into
Conversation
SparkQA
commented
Feb 14, 2017
Test build #72850 has finished for PR 16922 at commit
|
SparkQA
commented
Feb 14, 2017
Test build #72851 has finished for PR 16922 at commit
|
…r in pyspark This PR is to document the change on QuantileDiscretizer in pyspark for PR: apache#15428 Signed-off-by: VinceShieh <vincent.xie@intel.com>
SparkQA
commented
Feb 14, 2017
Test build #72852 has finished for PR 16922 at commit
|
holdenk
reviewed
Feb 14, 2017
holdenk
left a comment
Contributor
There was a problem hiding this comment.
Thanks for following through and updating the Python documentation as well :) One minor question :)
| NaN handling: Note also that | ||
| QuantileDiscretizer will raise an error when it finds NaN values in the dataset, but the user | ||
| can also choose to either keep or remove NaN values within the dataset by setting | ||
| `handleInvalid`. If the user chooses to keep NaN values, they will be handled specially and |
Contributor
There was a problem hiding this comment.
could we maybe link this with a py attr like we did with numBuckets?
Author
There was a problem hiding this comment.
yeah, sure. Thanks for pointing that out... ;)
Signed-off-by: VinceShieh <vincent.xie@intel.com>
SparkQA
commented
Feb 15, 2017
Test build #72908 has finished for PR 16922 at commit
|
holdenk
commented
Feb 15, 2017
Contributor
Thanks for doing the follow up Python work, merged to master :) |
cmonkey pushed a commit
to cmonkey/spark
that referenced
this pull request
Feb 16, 2017
…r in pyspark ## What changes were proposed in this pull request? This PR is to document the changes on QuantileDiscretizer in pyspark for PR: apache#15428 ## How was this patch tested? No test needed Signed-off-by: VinceShieh <vincent.xieintel.com> Author: VinceShieh <vincent.xie@intel.com> Closesapache#16922 from VinceShieh/spark-19590.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR is to document the changes on QuantileDiscretizer in pyspark for PR:
#15428
How was this patch tested?
No test needed
Signed-off-by: VinceShieh vincent.xie@intel.com