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 analysis functions #92

Merged
merged 41 commits into from
Dec 17, 2024

feat: add check for empty dataframes in getFeatureCorrelations

5be1831
Select commit
Loading
Failed to load commit list.
Merged

feat: add analysis functions #92

feat: add check for empty dataframes in getFeatureCorrelations
5be1831
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 17, 2024 in 0s

41.23% (-7.81%) compared to 81fbd78

View this Pull Request on Codecov

41.23% (-7.81%) compared to 81fbd78

Details

Codecov Report

Attention: Patch coverage is 22.39583% with 149 lines in your changes missing coverage. Please review.

Project coverage is 41.23%. Comparing base (81fbd78) to head (5be1831).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
src/readii/analyze/plot_correlation.py 16.12% 52 Missing ⚠️
src/readii/io/writers/plot_writer.py 0.00% 37 Missing ⚠️
src/readii/analyze/correlation.py 47.54% 32 Missing ⚠️
src/readii/data/select.py 3.70% 26 Missing ⚠️
src/readii/io/loaders/features.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   49.04%   41.23%   -7.81%     
==========================================
  Files          25       32       +7     
  Lines         991     1363     +372     
==========================================
+ Hits          486      562      +76     
- Misses        505      801     +296     

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