Skip to content
Snippets Groups Projects
  • Zheng RuiFeng's avatar
    e5fbb182
    [MINOR] Remove unused arg in als.py · e5fbb182
    Zheng RuiFeng authored
    ## What changes were proposed in this pull request?
    The second arg in method `update()` is never used. So I delete it.
    
    ## How was this patch tested?
    local run with `./bin/spark-submit examples/src/main/python/als.py`
    
    Author: Zheng RuiFeng <ruifengz@foxmail.com>
    
    Closes #14247 from zhengruifeng/als_refine.
    e5fbb182
    History
    [MINOR] Remove unused arg in als.py
    Zheng RuiFeng authored
    ## What changes were proposed in this pull request?
    The second arg in method `update()` is never used. So I delete it.
    
    ## How was this patch tested?
    local run with `./bin/spark-submit examples/src/main/python/als.py`
    
    Author: Zheng RuiFeng <ruifengz@foxmail.com>
    
    Closes #14247 from zhengruifeng/als_refine.