Skip to content

Mhof dev merge#845

Merged
smilesun merged 147 commits intomhof_devfrom
mhof_dev_merge
Jul 2, 2024
Merged

Mhof dev merge#845
smilesun merged 147 commits intomhof_devfrom
mhof_dev_merge

Conversation

@MatteoWohlrapp
Copy link
Copy Markdown
Collaborator

Added the functionality to avoid naming collisions to the mhof_dev branch.

smilesun and others added 30 commits March 8, 2024 10:38
rename tr obs to obserer4msel
new argument in arg parser that is bassed to b task
…he results file. Integrated in the model selection process
…eady contained in the dictionary beeing passed to the writer
Logging the duration through an additional attribute in the experiment class
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 11, 2024

Codecov Report

Attention: Patch coverage is 81.87702% with 56 lines in your changes missing coverage. Please review.

Project coverage is 90.91%. Comparing base (1577a7e) to head (a99c9f5).
Report is 1058 commits behind head on mhof_dev.

Files Patch % Lines
domainlab/algos/msels/c_msel_val_top_k.py 29.62% 19 Missing ⚠️
domainlab/algos/trainers/fbopt_mu_controller.py 84.29% 19 Missing ⚠️
domainlab/algos/msels/a_model_sel.py 82.35% 6 Missing ⚠️
domainlab/algos/builder_fbopt_dial.py 44.44% 5 Missing ⚠️
domainlab/algos/msels/c_msel_setpoint_delay.py 84.21% 3 Missing ⚠️
domainlab/algos/msels/c_msel_val.py 90.00% 1 Missing ⚠️
domainlab/algos/observers/b_obvisitor.py 92.85% 1 Missing ⚠️
domainlab/algos/observers/c_obvisitor_cleanup.py 91.66% 1 Missing ⚠️
domainlab/algos/trainers/a_trainer.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           mhof_dev     #845      +/-   ##
============================================
- Coverage     95.15%   90.91%   -4.24%     
============================================
  Files           127      137      +10     
  Lines          4994     5858     +864     
============================================
+ Hits           4752     5326     +574     
- Misses          242      532     +290     
Flag Coverage Δ
unittests 90.91% <81.87%> (-4.24%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@smilesun smilesun added the priority Further information is requested label Jul 2, 2024
@smilesun smilesun self-assigned this Jul 2, 2024
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so all files in folder "data" has been moved to domainlab/zdata already?

@@ -261,5 +261,5 @@ def test_msel_oracle4():
)
exp.execute(num_epochs=2)
exp.trainer.observer.model_sel.msel.best_loss = 0
exp.trainer.observer.model_sel.msel.update(clear_counter=True)
exp.trainer.observer.model_sel.msel.update(epoch = 1, clear_counter=True)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

epoch=1 is to save time or does not work with 2?

@smilesun smilesun marked this pull request as ready for review July 2, 2024 14:58
@smilesun smilesun merged commit 33ed1cb into mhof_dev Jul 2, 2024
@smilesun smilesun deleted the mhof_dev_merge branch July 2, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants