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: Adds Dropout Layer #868

Merged
merged 25 commits into from
Jun 29, 2024

Merge branch 'main' into 848-dropout-layer

9425a3a
Select commit
Loading
Failed to load commit list.
Merged

feat: Adds Dropout Layer #868

Merge branch 'main' into 848-dropout-layer
9425a3a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 29, 2024 in 0s

97.64% (+0.00%) compared to 9f74e92

View this Pull Request on Codecov

97.64% (+0.00%) compared to 9f74e92

Details

Codecov Report

Attention: Patch coverage is 98.11321% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.64%. Comparing base (9f74e92) to head (9425a3a).

Files Patch % Lines
src/safeds/ml/nn/layers/_dropout_layer.py 97.82% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #868   +/-   ##
=======================================
  Coverage   97.64%   97.64%           
=======================================
  Files         117      118    +1     
  Lines        6073     6126   +53     
=======================================
+ Hits         5930     5982   +52     
- Misses        143      144    +1     

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