Skip to content
  • Xiangrui Meng's avatar
    68559423
    [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModel · 68559423
    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
    
    (cherry picked from commit db951378)
    Signed-off-by: default avatarXiangrui Meng <meng@databricks.com>
    68559423
    [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
    
    (cherry picked from commit db951378)
    Signed-off-by: default avatarXiangrui Meng <meng@databricks.com>
Loading