-
Notifications
You must be signed in to change notification settings - Fork 54
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 digitize/bucketize #928
Conversation
Codecov Report
@@ Coverage Diff @@
## main #928 +/- ##
==========================================
- Coverage 95.47% 95.47% -0.01%
==========================================
Files 64 64
Lines 9877 9898 +21
==========================================
+ Hits 9430 9450 +20
- Misses 447 448 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…z-analytics/heat into features/926-digitize-bucketize
CodeSee Review Map:Review in an interactive map View more CodeSee Maps Legend |
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.
@mtar thanks for this. I'm ready to approve it, maybe mention in the documentation that bins
and boundaries
cannot be distributed?
heat/core/statistics.py
Outdated
x : DNDarray | ||
The input array | ||
bins : DNDarray or torch.Tensor | ||
A 1-dimensional array containing a monotonic sequence describing the bin boundaries. |
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.
cannot be distributed
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.
Thanks @mtar !
Description
implementation of digitize and bucketize
Issue/s resolved: #926
Changes proposed:
Type of change
-New Feature
Memory requirements
Performance
Due Diligence
Does this change modify the behaviour of other functions? If so, which?
no