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

[SYSTEMDS-3801] missing method implementations in ColGroupSDCZeros #2149

Closed
wants to merge 1 commit into from

Conversation

e-strauss
Copy link
Contributor

@e-strauss e-strauss commented Dec 3, 2024

  • current master version breaks AWARE reproducibility experiment for kmeans+ algorithm
  • missing methods implementations for DenseBlocks in ColGroupSDCZeros
  • decreases runtime for kmeans+ algorithm on USCensus dataset from 40s to 32s

Copy link
Contributor

@Baunsgaard Baunsgaard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks for the update!

There are minor formatting issues that should be easy to resolve, after that, feel free to merge (with an appropriate commit message).

Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.85%. Comparing base (53cba12) to head (a6f505c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2149      +/-   ##
============================================
+ Coverage     71.83%   71.85%   +0.01%     
- Complexity    43755    43772      +17     
============================================
  Files          1441     1441              
  Lines        165971   165997      +26     
  Branches      32388    32393       +5     
============================================
+ Hits         119227   119274      +47     
+ Misses        37464    37452      -12     
+ Partials       9280     9271       -9     

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

@e-strauss e-strauss closed this in 8f4dba1 Dec 3, 2024
fietenoer pushed a commit to fietenoer/systemds that referenced this pull request Dec 5, 2024
The previous master version broke the AWARE experiment for the kmeans+ algorithm. This patch fixes that and adds missing methods implementations for DenseBlocks in ColGroupSDCZeros.

After the changes, the runtime additionally was decreased from 40s to 32s for the kmeans+ algorithm on the US Census dataset.

Closes apache#2149.
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.

2 participants