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? 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
Provide flag for which centers the basis phi = phi - phi.mean(axis=0).eval()
phi = phi - phi.mean(axis=0).eval()
pymc-marketing/pymc_marketing/mmm/hsgp.py
Lines 751 to 753 in 3cccdf0
Would also be done for the each basis in Periodic class too?
Lines 973 to 975 in 3cccdf0
Maybe the wise @bwengals can provide some guidance on this. The questions that I have are:
drop_first
The text was updated successfully, but these errors were encountered:
demeaned_basis
Successfully merging a pull request may close this issue.
Provide flag for which centers the basis
phi = phi - phi.mean(axis=0).eval()
pymc-marketing/pymc_marketing/mmm/hsgp.py
Lines 751 to 753 in 3cccdf0
Would also be done for the each basis in Periodic class too?
pymc-marketing/pymc_marketing/mmm/hsgp.py
Lines 973 to 975 in 3cccdf0
Maybe the wise @bwengals can provide some guidance on this. The questions that I have are:
drop_first
flag? (removing intercept-like basis). Does it provide some additional benefit / stability to the model?The text was updated successfully, but these errors were encountered: