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 equivalent numpy median and quantile / percentile #525

Open
Tracked by #1424
ricardoV94 opened this issue Jul 15, 2021 · 0 comments
Open
Tracked by #1424

Implement equivalent numpy median and quantile / percentile #525

ricardoV94 opened this issue Jul 15, 2021 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed NumPy compatibility

Comments

@ricardoV94
Copy link
Contributor

ricardoV94 commented Jul 15, 2021

Equivalent symbolic methods to those are missing.

The Numpy quantile and percentile methods have too many options for the interpolation argument, and these are planned to be deprecated for a while now (see numpy/numpy#10736). It should suffice to implement the default "linear" interpolation.

I am confident that these should not require any extra Ops.

@ricardoV94 ricardoV94 added NumPy compatibility good first issue Good for newcomers help wanted Extra attention is needed labels Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed NumPy compatibility
Projects
None yet
Development

No branches or pull requests

1 participant