Uh oh!
There was an error while loading. Please reload this page.
[SPARK-14512][DOC] Add python example for QuantileDiscretizer - #12281
[SPARK-14512][DOC] Add python example for QuantileDiscretizer#12281zhengruifeng wants to merge 2 commits into
Conversation
SparkQA
commented
Apr 10, 2016
Test build #55463 has finished for PR 12281 at commit
|
holdenk
commented
Apr 11, 2016
Looks good to me, confirmed the example runs as expected. |
holdenk
commented
Apr 25, 2016
cc @davies ? |
There was a problem hiding this comment.
Examples have been updated to use SparkSession, see e.g. https://github.com/apache/spark/blob/master/examples/src/main/python/ml/binarizer_example.py.
Also, there is a PR to indent the builder pattern #12911 so you should follow that style (also refer #12809)
MLnick
commented
May 5, 2016
@zhengruifeng sorry for the delay. The core of the example looks good, it just now needs to be updated to use |
zhengruifeng
commented
May 5, 2016
@MLnick Updated. Thanks for review this. |
SparkQA
commented
May 5, 2016
Test build #57882 has finished for PR 12281 at commit
|
yanboliang
commented
May 6, 2016
LGTM. Thanks! |
davies
commented
May 6, 2016
Merging this into master and 2.0, thanks! |
## What changes were proposed in this pull request? Add the missing python example for QuantileDiscretizer ## How was this patch tested? manual tests Author: Zheng RuiFeng <ruifengz@foxmail.com> Closes#12281 from zhengruifeng/discret_pe. (cherry picked from commit 76ad04d) Signed-off-by: Davies Liu <davies.liu@gmail.com>
What changes were proposed in this pull request?
Add the missing python example for QuantileDiscretizer
How was this patch tested?
manual tests