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

Add wminkowski #57

Merged
merged 1 commit into from
Sep 29, 2017
Merged

Add wminkowski #57

merged 1 commit into from
Sep 29, 2017

Conversation

jakirkham
Copy link
Owner

@jakirkham jakirkham commented Sep 29, 2017

Partially addresses issue ( #54 ).

Implements a Dask array function for computing the weighted Minkowski distance between two 1-D arrays. Also tests it by comparing to the SciPy implementation of the same name.

@jakirkham
Copy link
Owner Author

jakirkham commented Sep 29, 2017

Tests are incomplete, which will need to be addressed. However this worked ok locally on some test data.

Edit: Tests have since been added.

Implements a Dask array function for computing the weighted Minkowski
distance between two 1-D arrays. Also tests it by comparing to the SciPy
implementation of the same name.
@jakirkham jakirkham changed the title WIP: Add wminkowski Add wminkowski Sep 29, 2017
@jakirkham jakirkham merged commit 766a957 into master Sep 29, 2017
@jakirkham jakirkham deleted the add_wminkowski branch September 29, 2017 07:57
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

1 participant