-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[SPARK-13646] [MLlib] QuantileDiscretizer counts dataset twice in get… #11491
Conversation
Jenkins test this please |
Test build #52392 has finished for PR 11491 at commit
|
I'm not sure why the *scala style tests" fails. |
It's in the test output -- stray space before the comma :) |
Ok, sorry this is my first PR. Should I correct, push and pr again ? |
Yes just push a tiny commit to the same branch |
Done ! |
Jenkins, retest this please |
Test build #52413 has finished for PR 11491 at commit
|
Now that the tests passed. How can this be merged ? |
Things may take a day or more to get a response given workloads and timezones. I often leave things open a couple days just to see if there are comments. This is so straightforward that I'm comfortable merging it. |
Merged to master |
## What changes were proposed in this pull request? It avoids counting the dataframe twice. Author: Abou Haydar Elias <[email protected]> Author: Elie A <[email protected]> Closes apache#11491 from eliasah/quantile-discretizer-patch.
What changes were proposed in this pull request?
It avoids counting the dataframe twice.