Frequency approximation (count-min sketch) #32
davidkohn88
started this conversation in
Feature Discussion
Replies: 1 comment
-
I like this functionality a lot and I can see a lot of cases where this would be useful where you're trying to get reasonable approximations of how often given values occur in a time period. I'm not sure how useful it is compared to just grouping by the other value though...is it much more space efficient in certain distributions? Can you also derive the cardinality approximation like #3 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion for #6 with original issue listed below:
What's the functionality you would like to add
Approximate counts for the various values in a dataset, such as Count-Min Sketch.
How would the function be used
Why should this feature be added?
Mainly for continuous aggregates and other circumstances where you want to chose which elements to analyze after aggregation.
Beta Was this translation helpful? Give feedback.
All reactions