-
Notifications
You must be signed in to change notification settings - Fork 229
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
Put fit_result
property into ModelBuilder
#1333
Comments
Hi @wd60622 - I can take it up since it was already a part of my earlier PR. Let me know if that is okay :D. |
@wd60622 Clarification on your preference - I am planning to remove the redundant |
Thanks @sreekailash |
The fit_replace is still used in many places |
Closed with #1344 |
This can be consolidated into ModelBuilder. Here it is for MMM:
pymc-marketing/pymc_marketing/mmm/base.py
Lines 292 to 297 in 10e1cbd
And here it is for CLV:
pymc-marketing/pymc_marketing/clv/models/basic.py
Lines 259 to 264 in 10e1cbd
This can be done like here:
pymc-marketing/pymc_marketing/model_builder.py
Lines 952 to 968 in 10e1cbd
The text was updated successfully, but these errors were encountered: