Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    bd86118c
    [SPARK-4369] [MLLib] fix TreeModel.predict() with RDD · bd86118c
    Davies Liu authored
    Fix  TreeModel.predict() with RDD, added tests for it.
    
    (Also checked that other models don't have this issue)
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #3230 from davies/predict and squashes the following commits:
    
    81172aa [Davies Liu] fix predict
    bd86118c
    History
    [SPARK-4369] [MLLib] fix TreeModel.predict() with RDD
    Davies Liu authored
    Fix  TreeModel.predict() with RDD, added tests for it.
    
    (Also checked that other models don't have this issue)
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #3230 from davies/predict and squashes the following commits:
    
    81172aa [Davies Liu] fix predict