Skip to content
Snippets Groups Projects
  • Burak Yavuz's avatar
    84bf931f
    [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendation · 84bf931f
    Burak Yavuz authored
    Adds Python Api for `ALS` under `ml.recommendation` in PySpark. Also adds seed as a settable parameter in the Scala Implementation of ALS.
    
    Author: Burak Yavuz <brkyvz@gmail.com>
    
    Closes #6015 from brkyvz/ml-rec and squashes the following commits:
    
    be6e931 [Burak Yavuz] addressed comments
    eaed879 [Burak Yavuz] readd numFeatures
    0bd66b1 [Burak Yavuz] fixed seed
    7f6d964 [Burak Yavuz] merged master
    52e2bda [Burak Yavuz] added ALS
    84bf931f
    History
    [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendation
    Burak Yavuz authored
    Adds Python Api for `ALS` under `ml.recommendation` in PySpark. Also adds seed as a settable parameter in the Scala Implementation of ALS.
    
    Author: Burak Yavuz <brkyvz@gmail.com>
    
    Closes #6015 from brkyvz/ml-rec and squashes the following commits:
    
    be6e931 [Burak Yavuz] addressed comments
    eaed879 [Burak Yavuz] readd numFeatures
    0bd66b1 [Burak Yavuz] fixed seed
    7f6d964 [Burak Yavuz] merged master
    52e2bda [Burak Yavuz] added ALS