Skip to content
  • Doris Xin's avatar
    fe473595
    [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary) in Statistics · fe473595
    Doris Xin authored
    For both Scala and Python.
    
    The ser/de util functions were moved out of `PythonMLLibAPI` and into their own object to avoid creating the `PythonMLLibAPI` object inside of `MultivariateStatisticalSummarySerialized`, which is then referenced inside of a method in `PythonMLLibAPI`.
    
    `MultivariateStatisticalSummarySerialized` was created to serialize the `Vector` fields in `MultivariateStatisticalSummary`.
    
    Author: Doris Xin <doris.s.xin@gmail.com>
    
    Closes #1911 from dorx/colStats and squashes the following commits:
    
    77b9924 [Doris Xin] developerAPI tag
    de9cbbe [Doris Xin] reviewer comments and moved more ser/de
    459faba [Doris Xin] colStats in Statistics for both Scala and Python
    fe473595
    [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary) in Statistics
    Doris Xin authored
    For both Scala and Python.
    
    The ser/de util functions were moved out of `PythonMLLibAPI` and into their own object to avoid creating the `PythonMLLibAPI` object inside of `MultivariateStatisticalSummarySerialized`, which is then referenced inside of a method in `PythonMLLibAPI`.
    
    `MultivariateStatisticalSummarySerialized` was created to serialize the `Vector` fields in `MultivariateStatisticalSummary`.
    
    Author: Doris Xin <doris.s.xin@gmail.com>
    
    Closes #1911 from dorx/colStats and squashes the following commits:
    
    77b9924 [Doris Xin] developerAPI tag
    de9cbbe [Doris Xin] reviewer comments and moved more ser/de
    459faba [Doris Xin] colStats in Statistics for both Scala and Python
Loading