Skip to content

[SYSTEMDS-3835 ] Scuro window aggregation operator #2225

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

Merged
merged 20 commits into from
May 14, 2025

Conversation

christinadionysio
Copy link
Contributor

This patch adds a window aggregation operator with a mean, min, max, sum aggregation function. The window aggregation is applied to the individual modalities and can handle multiple subtypes of modalities. This PR also adds tests to verify the correctness of the operator.

Copy link

codecov bot commented May 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.72%. Comparing base (467c553) to head (215e4bd).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2225   +/-   ##
=========================================
  Coverage     72.71%   72.72%           
+ Complexity    45806    45805    -1     
=========================================
  Files          1474     1474           
  Lines        171868   171868           
  Branches      33585    33585           
=========================================
+ Hits         124982   124985    +3     
+ Misses        37459    37453    -6     
- Partials       9427     9430    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@christinadionysio christinadionysio merged commit 496a22f into apache:main May 14, 2025
46 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in SystemDS PR Queue May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant