Skip to content
  • Holden Karau's avatar
    72353311
    [SPARK-15092][SPARK-15139][PYSPARK][ML] Pyspark TreeEnsemble missing methods · 72353311
    Holden Karau authored
    ## What changes were proposed in this pull request?
    
    Add `toDebugString` and `totalNumNodes` to `TreeEnsembleModels` and add `toDebugString` to `DecisionTreeModel`
    
    ## How was this patch tested?
    
    Extended doc tests.
    
    Author: Holden Karau <holden@us.ibm.com>
    
    Closes #12919 from holdenk/SPARK-15139-pyspark-treeEnsemble-missing-methods.
    72353311
    [SPARK-15092][SPARK-15139][PYSPARK][ML] Pyspark TreeEnsemble missing methods
    Holden Karau authored
    ## What changes were proposed in this pull request?
    
    Add `toDebugString` and `totalNumNodes` to `TreeEnsembleModels` and add `toDebugString` to `DecisionTreeModel`
    
    ## How was this patch tested?
    
    Extended doc tests.
    
    Author: Holden Karau <holden@us.ibm.com>
    
    Closes #12919 from holdenk/SPARK-15139-pyspark-treeEnsemble-missing-methods.
Loading