Skip to content
Snippets Groups Projects
  • MechCoder's avatar
    1dbc4a15
    [SPARK-8711] [ML] Add additional methods to PySpark ML tree models · 1dbc4a15
    MechCoder authored
    Add numNodes and depth to treeModels, add treeWeights to ensemble Models.
    Add __repr__ to all models.
    
    Author: MechCoder <manojkumarsivaraj334@gmail.com>
    
    Closes #7095 from MechCoder/missing_methods_tree and squashes the following commits:
    
    23b08be [MechCoder] private [spark]
    38a0860 [MechCoder] rename pyTreeWeights to javaTreeWeights
    6d16ad8 [MechCoder] Fix Python 3 Error
    47d7023 [MechCoder] Use np.allclose and treeEnsembleModel -> TreeEnsembleMethods
    819098c [MechCoder] [SPARK-8711] [ML] Add additional methods ot PySpark ML tree models
    1dbc4a15
    History
    [SPARK-8711] [ML] Add additional methods to PySpark ML tree models
    MechCoder authored
    Add numNodes and depth to treeModels, add treeWeights to ensemble Models.
    Add __repr__ to all models.
    
    Author: MechCoder <manojkumarsivaraj334@gmail.com>
    
    Closes #7095 from MechCoder/missing_methods_tree and squashes the following commits:
    
    23b08be [MechCoder] private [spark]
    38a0860 [MechCoder] rename pyTreeWeights to javaTreeWeights
    6d16ad8 [MechCoder] Fix Python 3 Error
    47d7023 [MechCoder] Use np.allclose and treeEnsembleModel -> TreeEnsembleMethods
    819098c [MechCoder] [SPARK-8711] [ML] Add additional methods ot PySpark ML tree models