-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[Spark-7781][MLLIB] gradient boosted trees.train regressor missing max bins #6331
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-7781][MLLIB] gradient boosted trees.train regressor missing max bins #6331
Conversation
…ion the default of 32 in other places where it mentioned 100
|
Seems like a spurious git failure, @AmplabJenkins retest this please. |
|
Test build #33284 has finished for PR 6331 at commit
|
|
Test build #33285 has finished for PR 6331 at commit
|
|
cc @jkbradley |
|
LGTM but first I'll retest this please since it's been a little while. |
|
Test build #35491 has finished for PR 6331 at commit
|
|
silly Jenkins test this please |
|
Test build #35511 has finished for PR 6331 at commit
|
|
Merging with master and branch-1.4 @holdenk Thanks! |
…ax bins Author: Holden Karau <[email protected]> Closes #6331 from holdenk/SPARK-7781-GradientBoostedTrees.trainRegressor-missing-max-bins and squashes the following commits: 2894695 [Holden Karau] remove extra blank line 2573e8d [Holden Karau] Update the scala side of the pythonmllibapi and make the test a bit nicer too 3a09170 [Holden Karau] add maxBins to to the train method as well af7f274 [Holden Karau] Add maxBins to GradientBoostedTrees.trainRegressor and correctly mention the default of 32 in other places where it mentioned 100 (cherry picked from commit 164fe2a) Signed-off-by: Joseph K. Bradley <[email protected]>
…ax bins Author: Holden Karau <[email protected]> Closes apache#6331 from holdenk/SPARK-7781-GradientBoostedTrees.trainRegressor-missing-max-bins and squashes the following commits: 2894695 [Holden Karau] remove extra blank line 2573e8d [Holden Karau] Update the scala side of the pythonmllibapi and make the test a bit nicer too 3a09170 [Holden Karau] add maxBins to to the train method as well af7f274 [Holden Karau] Add maxBins to GradientBoostedTrees.trainRegressor and correctly mention the default of 32 in other places where it mentioned 100 (cherry picked from commit 164fe2a) Signed-off-by: Joseph K. Bradley <[email protected]>
No description provided.