Skip to content
  • Holden Karau's avatar
    5207a005
    [SPARK-15281][PYSPARK][ML][TRIVIAL] Add impurity param to GBTRegressor & add... · 5207a005
    Holden Karau authored
    [SPARK-15281][PYSPARK][ML][TRIVIAL] Add impurity param to GBTRegressor & add experimental inside of regression.py
    
    ## What changes were proposed in this pull request?
    
    Add impurity param to  GBTRegressor and mark the of the models & regressors in regression.py as experimental to match Scaladoc.
    
    ## How was this patch tested?
    
    Added default value to init, tested with unit/doc tests.
    
    Author: Holden Karau <holden@us.ibm.com>
    
    Closes #13071 from holdenk/SPARK-15281-GBTRegressor-impurity.
    5207a005
    [SPARK-15281][PYSPARK][ML][TRIVIAL] Add impurity param to GBTRegressor & add...
    Holden Karau authored
    [SPARK-15281][PYSPARK][ML][TRIVIAL] Add impurity param to GBTRegressor & add experimental inside of regression.py
    
    ## What changes were proposed in this pull request?
    
    Add impurity param to  GBTRegressor and mark the of the models & regressors in regression.py as experimental to match Scaladoc.
    
    ## How was this patch tested?
    
    Added default value to init, tested with unit/doc tests.
    
    Author: Holden Karau <holden@us.ibm.com>
    
    Closes #13071 from holdenk/SPARK-15281-GBTRegressor-impurity.
Loading