GitHub user WeichenXu123 opened a pull request:
https://github.com/apache/spark/pull/18798
[SPARK-19634][ML] Multivariate summarizer - dataframes API
## What changes were proposed in this pull request?
This patch adds the DataFrames API to the multivariate summarizer (mean,
variance, etc.). In addition to all the features of
MultivariateOnlineSummarizer, it also allows the user to select a subset of the
metrics.
## How was this patch tested?
Testcases added.
## Performance
Resolve several performance issues in #17419, further optimization pending
on SQL team's work. One of the SQL layer performance has been resolved in
#18712, thanks @liancheng and @cloud-fan
I will paste test result later.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/WeichenXu123/spark
SPARK-19634-dataframe-summarizer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18798.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #18798
----
commit 281d54681558692b0c799271fe8935234981222e
Author: WeichenXu <[email protected]>
Date: 2017-07-30T01:13:28Z
init pr
commit 28603901cab2295040af3077e58521f5efc69478
Author: WeichenXu <[email protected]>
Date: 2017-07-30T06:25:18Z
optimize summarizer buffer
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]