Skip to content
Snippets Groups Projects
  • Xiangrui Meng's avatar
    db951378
    [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModel · db951378
    Xiangrui Meng authored
    Expose user/item factors in DataFrames. This is to be more consistent with the pipeline API. It also helps maintain consistent APIs across languages. This PR also removed fitting params from `ALSModel`.
    
    coderxiang
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #6468 from mengxr/SPARK-7922 and squashes the following commits:
    
    7bfb1d5 [Xiangrui Meng] update ALSModel in PySpark
    1ba5607 [Xiangrui Meng] use DataFrames for user/item factors in ALS
    db951378
    History
    [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModel
    Xiangrui Meng authored
    Expose user/item factors in DataFrames. This is to be more consistent with the pipeline API. It also helps maintain consistent APIs across languages. This PR also removed fitting params from `ALSModel`.
    
    coderxiang
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #6468 from mengxr/SPARK-7922 and squashes the following commits:
    
    7bfb1d5 [Xiangrui Meng] update ALSModel in PySpark
    1ba5607 [Xiangrui Meng] use DataFrames for user/item factors in ALS