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

Implement placeholders for dummy estimators/summarizers #49

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

drewoldag
Copy link
Collaborator

Implementing placeholders for the following dummy estimators/summarizers:

  • NaiveStack
  • PointEstimateHist
  • RandomPZ
  • VarInferenceStack

@drewoldag drewoldag self-assigned this Oct 3, 2023
@drewoldag drewoldag linked an issue Oct 3, 2023 that may be closed by this pull request
4 tasks
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3873f48) 96.71% compared to head (1bc1c14) 97.12%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   96.71%   97.12%   +0.41%     
==========================================
  Files          32       32              
  Lines        1642     1671      +29     
==========================================
+ Hits         1588     1623      +35     
+ Misses         54       48       -6     
Files Coverage Δ
src/rail/estimation/algos/naive_stack.py 100.00% <100.00%> (ø)
src/rail/estimation/algos/point_est_hist.py 100.00% <100.00%> (ø)
src/rail/estimation/algos/random_gauss.py 100.00% <100.00%> (ø)
src/rail/estimation/algos/var_inf.py 100.00% <100.00%> (ø)
src/rail/estimation/informer.py 100.00% <100.00%> (+20.00%) ⬆️
src/rail/estimation/summarizer.py 60.00% <100.00%> (ø)

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

@drewoldag drewoldag added the enhancement New feature or request label Oct 4, 2023
@drewoldag drewoldag marked this pull request as ready for review October 5, 2023 22:36
config_options = RailStage.config_options.copy()
config_options.update(hdf5_groupname=str, save_train=True)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This line doesn't seem to be required - all the subsequent logic is configured to check first for the presence of hdf5_groupname and save_train prior to working with either of those.

@drewoldag drewoldag changed the title WIP - Initial commit to implement placeholders for dummy estimators/summarizers Implement placeholders for dummy estimators/summarizers Oct 10, 2023
@eacharles eacharles force-pushed the issue/1/placeholder-informers branch from 0c1f22a to 1bc1c14 Compare October 24, 2023 17:47
Copy link
Collaborator

@eacharles eacharles left a comment

Choose a reason for hiding this comment

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

Looks great, thanks Drew.

@eacharles eacharles merged commit c768b4a into main Oct 24, 2023
8 checks passed
@drewoldag drewoldag deleted the issue/1/placeholder-informers branch October 24, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Placeholder informers for dummy estimator/summarizers
2 participants