eth-easl / modyn

Modyn is a research-platform for training ML models on dynamic datasets.
MIT License
22 stars 3 forks source link

Implement `ratio_max` scaling for downsamplers #541

Closed MaxiBoether closed 2 weeks ago

MaxiBoether commented 2 weeks ago

Before, we only were able to enter ratios from 0-100 as percentages for downsamplers. With this PR, we allow scaling by a ratio_max factor.

github-actions[bot] commented 2 weeks ago

Line Coverage: -% ( % to main) Branch Coverage: -% ( % to main)

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 93.93939% with 2 lines in your changes missing coverage. Please review.

Project coverage is 82.30%. Comparing base (70e2a57) to head (9a51476).

Files Patch % Lines
modyn/config/schema/pipeline/config.py 93.33% 1 Missing :warning:
...ig/schema/pipeline/sampling/downsampling_config.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #541 +/- ## ========================================== + Coverage 82.29% 82.30% +0.01% ========================================== Files 217 217 Lines 10097 10118 +21 ========================================== + Hits 8309 8328 +19 - Misses 1788 1790 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.