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

feat: add new UniqueCountAggregator #630

Merged
merged 3 commits into from
Nov 25, 2024
Merged

feat: add new UniqueCountAggregator #630

merged 3 commits into from
Nov 25, 2024

Conversation

bokajgd
Copy link
Contributor

@bokajgd bokajgd commented Nov 21, 2024

Adds an aggregator that can count number of unique instances, e.g. unique medication codes.

Input:
prediction_time_uuid,timestamp,value 1,2013-01-01,1, 1,2013-01-02,2, 1,2013-01-04,3, 1,2013-01-03,1

Expected output:
3

Fixes #629

Copy link

codspeed-hq bot commented Nov 25, 2024

CodSpeed Performance Report

Merging #630 will not alter performance

Comparing bokajgd/issue629 (8213bc3) with main (649999b)

Summary

✅ 7 untouched benchmarks

@bokajgd bokajgd merged commit d7e1713 into main Nov 25, 2024
13 checks passed
@bokajgd bokajgd deleted the bokajgd/issue629 branch November 25, 2024 12:23
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.

feat: add new UniqueCountAggregator
1 participant