bambinos / bambi

BAyesian Model-Building Interface (Bambi) in Python.
https://bambinos.github.io/bambi/
MIT License
1.06k stars 121 forks source link

Fix `get_model_covariates()` utility function #801

Closed tomicapretto closed 5 months ago

tomicapretto commented 5 months ago

This PR closes #797.

It returns those names available in Model.data, which is the data frame where covariates are taken from.

tomicapretto commented 5 months ago

I think the reason why CI failed is https://github.com/pymc-devs/pymc/releases/tag/v5.13.0 and https://github.com/pymc-devs/pymc/pull/7047. I'm setting pymc<5.13.0 in our pyproject.toml. If CI passes I will merge. I think we need to resolve the issues created by the changes in PyMC in a different PR.

GStechschulte commented 5 months ago

Thanks a lot @tomicapretto 👍🏼