We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
load_from_idata
The load classmethod has a few steps:
load
pymc-marketing/pymc_marketing/model_builder.py
Lines 509 to 514 in 62ed55f
This would result in separate the first from the rest which the current load classmethod would be able to depend on the new method.
Just bringing up in case someone has the InferenceData object and wants to recreate the model. This relaxes our assumption of IO.
CC: @juanitorduz
Reference: wd60622/pymc-marketing-dagster-example#2
The text was updated successfully, but these errors were encountered:
Would also help against #1218
Sorry, something went wrong.
Hi, @JnsLns Would this help with your issue? This route, you'd see that the model is build and is incompatible
No branches or pull requests
The
load
classmethod has a few steps:pymc-marketing/pymc_marketing/model_builder.py
Lines 509 to 514 in 62ed55f
This would result in separate the first from the rest which the current
load
classmethod would be able to depend on the new method.Just bringing up in case someone has the InferenceData object and wants to recreate the model. This relaxes our assumption of IO.
CC: @juanitorduz
Reference: wd60622/pymc-marketing-dagster-example#2
The text was updated successfully, but these errors were encountered: