Skip to content
  • Yanbo Liang's avatar
    6b6b555a
    [SPARK-18862][SPARKR][ML] Split SparkR mllib.R into multiple files · 6b6b555a
    Yanbo Liang authored
    ## What changes were proposed in this pull request?
    SparkR ```mllib.R``` is getting bigger as we add more ML wrappers, I'd like to split it into multiple files to make us easy to maintain:
    * mllib_classification.R
    * mllib_clustering.R
    * mllib_recommendation.R
    * mllib_regression.R
    * mllib_stat.R
    * mllib_tree.R
    * mllib_utils.R
    
    Note: Only reorg, no actual code change.
    
    ## How was this patch tested?
    Existing tests.
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #16312 from yanboliang/spark-18862.
    6b6b555a
    [SPARK-18862][SPARKR][ML] Split SparkR mllib.R into multiple files
    Yanbo Liang authored
    ## What changes were proposed in this pull request?
    SparkR ```mllib.R``` is getting bigger as we add more ML wrappers, I'd like to split it into multiple files to make us easy to maintain:
    * mllib_classification.R
    * mllib_clustering.R
    * mllib_recommendation.R
    * mllib_regression.R
    * mllib_stat.R
    * mllib_tree.R
    * mllib_utils.R
    
    Note: Only reorg, no actual code change.
    
    ## How was this patch tested?
    Existing tests.
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #16312 from yanboliang/spark-18862.
Loading