Skip to content
Snippets Groups Projects
  • Holden Karau's avatar
    164fe2aa
    [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max bins · 164fe2aa
    Holden Karau authored
    Author: Holden Karau <holden@pigscanfly.ca>
    
    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
    164fe2aa
    History
    [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max bins
    Holden Karau authored
    Author: Holden Karau <holden@pigscanfly.ca>
    
    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
tree.py 22.39 KiB