eth-easl / modyn

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

feat: More sophisticated evaluation logic #534

Closed robinholzi closed 2 weeks ago

robinholzi commented 2 weeks ago

Motivation

Changes

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 89.65517% with 6 lines in your changes missing coverage. Please review.

Project coverage is 82.30%. Comparing base (4d78544) to head (dbfbb80).

Files Patch % Lines
...yn/supervisor/internal/pipeline_executor/models.py 88.88% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #534 +/- ## ========================================== - Coverage 82.30% 82.30% -0.01% ========================================== Files 217 217 Lines 10118 10146 +28 ========================================== + Hits 8328 8351 +23 - Misses 1790 1795 +5 ```

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

github-actions[bot] commented 2 weeks ago

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

robinholzi commented 2 weeks ago

Seems to work smoothly, for now :-) From my side, we can merge this. Thanks so much for the hard work here, this makes analyzing the results so much easier.

Thanks @MaxiBoether, great to hear that!