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: stabilize Table class #979

Merged
merged 78 commits into from
Jan 12, 2025

style: apply automated linter fixes

c973ead
Select commit
Loading
Failed to load commit list.
Merged

feat: stabilize Table class #979

style: apply automated linter fixes
c973ead
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 12, 2025 in 0s

94.99% (+0.57%) compared to 29fdefa

View this Pull Request on Codecov

94.99% (+0.57%) compared to 29fdefa

Details

Codecov Report

Attention: Patch coverage is 96.08939% with 21 lines in your changes missing coverage. Please review.

Project coverage is 94.99%. Comparing base (29fdefa) to head (c973ead).

Files with missing lines Patch % Lines
src/safeds/ml/classical/regression/_regressor.py 0.00% 6 Missing ⚠️
.../safeds/ml/classical/classification/_classifier.py 16.66% 5 Missing ⚠️
src/safeds/ml/classical/_supervised_model.py 50.00% 4 Missing ⚠️
src/safeds/ml/nn/_model.py 50.00% 2 Missing ⚠️
src/safeds/_validation/_check_schema_module.py 98.03% 1 Missing ⚠️
...ds/data/tabular/transformation/_one_hot_encoder.py 80.00% 1 Missing ⚠️
src/safeds/ml/metrics/_classification_metrics.py 50.00% 1 Missing ⚠️
src/safeds/ml/metrics/_regression_metrics.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #979      +/-   ##
==========================================
+ Coverage   94.42%   94.99%   +0.57%     
==========================================
  Files         121      123       +2     
  Lines        7459     7696     +237     
==========================================
+ Hits         7043     7311     +268     
+ Misses        416      385      -31     

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