Skip to content
Snippets Groups Projects
  • Xiangrui Meng's avatar
    7e53a79c
    [SPARK-6097][MLLIB] Support tree model save/load in PySpark/MLlib · 7e53a79c
    Xiangrui Meng authored
    Similar to `MatrixFactorizaionModel`, we only need wrappers to support save/load for tree models in Python.
    
    jkbradley
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #4854 from mengxr/SPARK-6097 and squashes the following commits:
    
    4586a4d [Xiangrui Meng] fix more typos
    8ebcac2 [Xiangrui Meng] fix python style
    91172d8 [Xiangrui Meng] fix typos
    201b3b9 [Xiangrui Meng] update user guide
    b5158e2 [Xiangrui Meng] support tree model save/load in PySpark/MLlib
    7e53a79c
    History
    [SPARK-6097][MLLIB] Support tree model save/load in PySpark/MLlib
    Xiangrui Meng authored
    Similar to `MatrixFactorizaionModel`, we only need wrappers to support save/load for tree models in Python.
    
    jkbradley
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #4854 from mengxr/SPARK-6097 and squashes the following commits:
    
    4586a4d [Xiangrui Meng] fix more typos
    8ebcac2 [Xiangrui Meng] fix python style
    91172d8 [Xiangrui Meng] fix typos
    201b3b9 [Xiangrui Meng] update user guide
    b5158e2 [Xiangrui Meng] support tree model save/load in PySpark/MLlib