Skip to content
  • Bryan Cutler's avatar
    a42bf555
    [SPARK-16079][PYSPARK][ML] Added missing import for... · a42bf555
    Bryan Cutler authored
    [SPARK-16079][PYSPARK][ML] Added missing import for DecisionTreeRegressionModel used in GBTClassificationModel
    
    ## What changes were proposed in this pull request?
    
    Fixed missing import for DecisionTreeRegressionModel used in GBTClassificationModel trees method.
    
    ## How was this patch tested?
    
    Local tests
    
    Author: Bryan Cutler <cutlerb@gmail.com>
    
    Closes #13787 from BryanCutler/pyspark-GBTClassificationModel-import-SPARK-16079.
    a42bf555
    [SPARK-16079][PYSPARK][ML] Added missing import for...
    Bryan Cutler authored
    [SPARK-16079][PYSPARK][ML] Added missing import for DecisionTreeRegressionModel used in GBTClassificationModel
    
    ## What changes were proposed in this pull request?
    
    Fixed missing import for DecisionTreeRegressionModel used in GBTClassificationModel trees method.
    
    ## How was this patch tested?
    
    Local tests
    
    Author: Bryan Cutler <cutlerb@gmail.com>
    
    Closes #13787 from BryanCutler/pyspark-GBTClassificationModel-import-SPARK-16079.
Loading