Skip to content
Snippets Groups Projects
  • Xiangrui Meng's avatar
    c330e52d
    [SPARK-7762] [MLLIB] set default value for outputCol · c330e52d
    Xiangrui Meng authored
    Set a default value for `outputCol` instead of forcing users to name it. This is useful for intermediate transformers in the pipeline. jkbradley
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #6289 from mengxr/SPARK-7762 and squashes the following commits:
    
    54edebc [Xiangrui Meng] merge master
    bff8667 [Xiangrui Meng] update unit test
    171246b [Xiangrui Meng] add unit test for outputCol
    a4321bd [Xiangrui Meng] set default value for outputCol
    c330e52d
    History
    [SPARK-7762] [MLLIB] set default value for outputCol
    Xiangrui Meng authored
    Set a default value for `outputCol` instead of forcing users to name it. This is useful for intermediate transformers in the pipeline. jkbradley
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #6289 from mengxr/SPARK-7762 and squashes the following commits:
    
    54edebc [Xiangrui Meng] merge master
    bff8667 [Xiangrui Meng] update unit test
    171246b [Xiangrui Meng] add unit test for outputCol
    a4321bd [Xiangrui Meng] set default value for outputCol