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

feature/other concise examples #958

Closed
wants to merge 13 commits into from
Closed

Conversation

rhayes777
Copy link
Owner

Doesn't actually resolve #930 but does resolve bugs - previously representation was seemingly working by luck.

Currently any models within a collection that share priors are considered separately. We need to be careful about how we represent a collection of models in a way that does not obfuscate what is going on.

For example, if we used a concise representation of a collection of models which all shared a prior it would in the current representation look the same as a collection of models which all had an independent prior of with the same name and parameters.

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.91%. Comparing base (59cc60d) to head (90f02fb).

❗ Current head 90f02fb differs from pull request most recent head e8ece98. Consider uploading reports for the commit e8ece98 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #958   +/-   ##
=======================================
  Coverage   80.90%   80.91%           
=======================================
  Files         195      195           
  Lines       14889    14948   +59     
=======================================
+ Hits        12046    12095   +49     
- Misses       2843     2853   +10     

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

@rhayes777 rhayes777 closed this Mar 4, 2024
@Jammy2211 Jammy2211 deleted the feature/other_concise_examples branch July 23, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Concise model.info / model.results for multi-analysis models
2 participants