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

Add load_from_idata method #1379

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

wd60622
Copy link
Contributor

@wd60622 wd60622 commented Jan 15, 2025

This adds load_from_idata classmethod to allow loading from arbitrary InferenceData objects


📚 Documentation preview 📚: https://pymc-marketing--1379.org.readthedocs.build/en/1379/

@wd60622 wd60622 linked an issue Jan 15, 2025 that may be closed by this pull request
@github-actions github-actions bot added the ModelBuilder Related to the ModelBuilder class and its children label Jan 15, 2025
@wd60622 wd60622 requested a review from juanitorduz January 15, 2025 19:06
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.94%. Comparing base (4e0c6e3) to head (cac59ba).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1379   +/-   ##
=======================================
  Coverage   93.93%   93.94%           
=======================================
  Files          48       48           
  Lines        5129     5137    +8     
=======================================
+ Hits         4818     4826    +8     
  Misses        311      311           

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

@github-actions github-actions bot added the tests label Jan 15, 2025
@juanitorduz juanitorduz merged commit aee56fe into main Jan 15, 2025
19 of 20 checks passed
@juanitorduz juanitorduz deleted the 1258-create-load_from_idata-modelbuilder-method branch January 15, 2025 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ModelBuilder Related to the ModelBuilder class and its children tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create load_from_idata ModelBuilder method
2 participants