-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Fixed quantile nan propagation and implemented nanquantile #44393
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
Fixed quantile nan propagation and implemented nanquantile #44393
Conversation
[ghstack-poisoned]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good,
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 3eb2102 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 1 failure confirmed as flaky and can be ignored:
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 45 times. |
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. [ghstack-poisoned]
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. [ghstack-poisoned]
Codecov Report
@@ Coverage Diff @@
## gh/heitorschueroff/10/base #44393 +/- ##
===========================================================
Coverage 68.08% 68.08%
===========================================================
Files 384 384
Lines 49774 49776 +2
===========================================================
+ Hits 33890 33892 +2
Misses 15884 15884
Continue to review full report at Codecov.
|
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. Differential Revision: [D23649613](https://our.internmc.facebook.com/intern/diff/D23649613) [ghstack-poisoned]
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. Differential Revision: [D23649613](https://our.internmc.facebook.com/intern/diff/D23649613) [ghstack-poisoned]
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. Differential Revision: [D23649613](https://our.internmc.facebook.com/intern/diff/D23649613) [ghstack-poisoned]
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. Differential Revision: [D23649613](https://our.internmc.facebook.com/intern/diff/D23649613) [ghstack-poisoned]
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. Differential Revision: [D23649613](https://our.internmc.facebook.com/intern/diff/D23649613) [ghstack-poisoned]
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. Differential Revision: [D23649613](https://our.internmc.facebook.com/intern/diff/D23649613) [ghstack-poisoned]
@heitorschueroff merged this pull request in 28085cb. |
Summary: Pull Request resolved: #44393 torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile. Test Plan: Imported from OSS Reviewed By: albanD Differential Revision: D23649613 Pulled By: heitorschueroff fbshipit-source-id: 5201d076745ae1237cedc7631c28cf446be99936
ghstack-source-id: ce55878 Pull Request resolved: pytorch/pytorch#44393
Stack from ghstack:
torch.quantile now correctly propagates nan and implemented torch.nanquantile similar to numpy.nanquantile.
Differential Revision: D23649613