Skip to content
  • Yanbo Liang's avatar
    19a6d192
    [SPARK-15030][ML][SPARKR] Support formula in spark.kmeans in SparkR · 19a6d192
    Yanbo Liang authored
    ## What changes were proposed in this pull request?
    * ```RFormula``` supports empty response variable like ```~ x + y```.
    * Support formula in ```spark.kmeans``` in SparkR.
    * Fix some outdated docs for SparkR.
    
    ## How was this patch tested?
    Unit tests.
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #12813 from yanboliang/spark-15030.
    19a6d192
    [SPARK-15030][ML][SPARKR] Support formula in spark.kmeans in SparkR
    Yanbo Liang authored
    ## What changes were proposed in this pull request?
    * ```RFormula``` supports empty response variable like ```~ x + y```.
    * Support formula in ```spark.kmeans``` in SparkR.
    * Fix some outdated docs for SparkR.
    
    ## How was this patch tested?
    Unit tests.
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #12813 from yanboliang/spark-15030.
Loading