Skip to content
Snippets Groups Projects
  • Yanbo Liang's avatar
    a3550e37
    [SPARK-11959][SPARK-15484][DOC][ML] Document WLS and IRLS · a3550e37
    Yanbo Liang authored
    ## What changes were proposed in this pull request?
    * Document ```WeightedLeastSquares```(normal equation) and ```IterativelyReweightedLeastSquares```.
    * Copy ```L-BFGS``` documents from ```spark.mllib``` to ```spark.ml```.
    
    Due to the session ```Optimization of linear methods``` is used for developers, I think we should provide the brief introduction of the optimization method, necessary references and how it implements in Spark. It's not necessary to paste all mathematical formula and derivation here. If developers/users want to learn more, they can track reference.
    
    ## How was this patch tested?
    Document update, no tests.
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #13262 from yanboliang/spark-15484.
    a3550e37
    History
    [SPARK-11959][SPARK-15484][DOC][ML] Document WLS and IRLS
    Yanbo Liang authored
    ## What changes were proposed in this pull request?
    * Document ```WeightedLeastSquares```(normal equation) and ```IterativelyReweightedLeastSquares```.
    * Copy ```L-BFGS``` documents from ```spark.mllib``` to ```spark.ml```.
    
    Due to the session ```Optimization of linear methods``` is used for developers, I think we should provide the brief introduction of the optimization method, necessary references and how it implements in Spark. It's not necessary to paste all mathematical formula and derivation here. If developers/users want to learn more, they can track reference.
    
    ## How was this patch tested?
    Document update, no tests.
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #13262 from yanboliang/spark-15484.