Uh oh!
There was an error while loading. Please reload this page.
[SPARK-19714][ML] Bucketizer.handleInvalid docs improved - #17169
[SPARK-19714][ML] Bucketizer.handleInvalid docs improved#17169wojtek-szymanski wants to merge 2 commits into
Conversation
| * Param for how to handle invalid entries. Options are 'skip' (filter out rows with | ||
| * invalid values), 'error' (throw an error), or 'keep' (keep invalid values in a special | ||
| * additional bucket). | ||
| * Param for how to handle invalid entries containing either NaN or null values. |
There was a problem hiding this comment.
This is actually not true currently - null is not handled as an invalid value - see https://issues.apache.org/jira/browse/SPARK-19781
There was a problem hiding this comment.
I guess once #17123 maybe merged it will hold true
There was a problem hiding this comment.
You are right. I will update docs with null values support once #17123 gets merged.
MLnick
commented
Mar 6, 2017
ok to test |
SparkQA
commented
Mar 6, 2017
Test build #74008 has finished for PR 17169 at commit
|
SparkQA
commented
Mar 6, 2017
Test build #74041 has finished for PR 17169 at commit
|
AmplabJenkins
commented
Jun 9, 2018
Can one of the admins verify this patch? |
srowen
commented
Jul 27, 2018
@wojtek-szymanski if you'll rebase this I'll merge it. |
wangyum
commented
Nov 10, 2018
srowen
commented
Nov 10, 2018
True, though the sentence that is added in this PR isn't added. I can just add it to close the loop here. This PR can be closed , as it seems abandoned |
## What changes were proposed in this pull request? Clarify Bucketizer handleInvalid docs. Just a resubmit of #17169 ## How was this patch tested? N/A Closes#23003 from srowen/SPARK-19714. Authored-by: Sean Owen <sean.owen@databricks.com> Signed-off-by: Sean Owen <sean.owen@databricks.com>
## What changes were proposed in this pull request? Clarify Bucketizer handleInvalid docs. Just a resubmit of apache#17169 ## How was this patch tested? N/A Closesapache#23003 from srowen/SPARK-19714. Authored-by: Sean Owen <sean.owen@databricks.com> Signed-off-by: Sean Owen <sean.owen@databricks.com>
Closesapache#21766Closesapache#21679Closesapache#21161Closesapache#20846Closesapache#19434Closesapache#18080Closesapache#17648Closesapache#17169 Add: Closesapache#22813Closesapache#21994Closesapache#22005Closesapache#22463 Add: Closesapache#15899 Add: Closesapache#22539Closesapache#21868Closesapache#21514Closesapache#21402Closesapache#21322Closesapache#21257Closesapache#20163Closesapache#19691Closesapache#18697Closesapache#18636Closesapache#17176Closesapache#23001 from wangyum/CloseStalePRs. Authored-by: Yuming Wang <yumwang@ebay.com> Signed-off-by: hyukjinkwon <gurwls223@apache.org>
What changes were proposed in this pull request?
Docs for
Bucketizer.handleInvalidhas been enhanced with more detailed information about supported and not supported types of invalid entries.How was this patch tested?
N/A, just dosc update.