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

Improve performance of pairwise distances computation #40

Open
vnmabus opened this issue Dec 9, 2022 · 0 comments
Open

Improve performance of pairwise distances computation #40

vnmabus opened this issue Dec 9, 2022 · 0 comments

Comments

@vnmabus
Copy link
Owner

vnmabus commented Dec 9, 2022

The computation of pairwise distances is the main bottleneck of the naive algorithm for distance covariance. Currently we use scipy's cdist for Numpy arrays, and a broadcasting computation in other case.

Any performance improvement to this function is thus well received.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant