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

Fix Kmeans #115

Merged
merged 6 commits into from
Oct 8, 2023
Merged

Fix Kmeans #115

merged 6 commits into from
Oct 8, 2023

Conversation

adamgayoso
Copy link
Member

Fixes #114

Adds a test to check closeness with sklearn implementation

adamgayoso and others added 4 commits October 8, 2023 22:07
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Merging #115 (351e282) into main (9e41b9c) will decrease coverage by 0.07%.
The diff coverage is 88.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
- Coverage   93.83%   93.77%   -0.07%     
==========================================
  Files          25       25              
  Lines         924      931       +7     
==========================================
+ Hits          867      873       +6     
- Misses         57       58       +1     
Files Coverage Δ
src/scib_metrics/utils/_kmeans.py 93.00% <88.23%> (-0.55%) ⬇️

@adamgayoso adamgayoso merged commit 5baea99 into main Oct 8, 2023
@adamgayoso adamgayoso deleted the kmeans branch October 8, 2023 20:31
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.

Jax Kmeans results differs from sklearn results by a lot
1 participant