Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tree-reductions for cov/corr #1758

Merged
merged 1 commit into from Nov 5, 2016

Conversation

jcrist
Copy link
Member

@jcrist jcrist commented Nov 3, 2016

Implement tree-reductions for cov and corr methods in
dask.dataframe. Because the intermediates here are nd-arrays (instead
of dataframes), a special-cased implementation of the reduction
algorithm is used instead of using aca directly.

Partially addresses #1672.

Implement tree-reductions for `cov` and `corr` methods in
`dask.dataframe`. Because the intermediates here are nd-arrays (instead
of dataframes), a special-cased implementation of the reduction
algorithm is used instead of using `aca` directly.

Partially addresses dask#1672.
@mrocklin
Copy link
Member

mrocklin commented Nov 4, 2016

+1

@jcrist jcrist merged commit 09adcfa into dask:master Nov 5, 2016
@jcrist jcrist deleted the corrcov-tree-reductions branch November 5, 2016 06:22
@sinhrks sinhrks added this to the 0.13.0 milestone Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants