Will Dean

Results 623 comments of Will Dean

Had some issues in pymc marketing https://github.com/pymc-labs/pymc-marketing/pull/913

> > Can you check in https://github.com/pymc-labs/CausalPy/settings/actions that "Workflow permissions" include "Read and write permissions" @drbenvincent > > Current settings are as below. Let me know if I need to...

Thoughts on the options: Run only on: 1. on all pushes, if the repo owner is pymc-labs (not run during forks) but then also on merge to main 2. merge...

This has deviated a bit from how it is (tried) to be done in PyMC-Marketing: - file: https://github.com/pymc-labs/pymc-marketing/blob/main/.github/workflows/uml.yml - runs: https://github.com/pymc-labs/pymc-marketing/actions/runs/13497681727

I was playing around with the GraphQL API and found this query which might be useful for at least filtering out some users ```graphql { repository(owner: "", name: "") {...

Sounds like an interesting idea and should be pretty straight forward to implement. There might be a similar API to the lift tests by using the: 1. `build_model` method 2....

Do you have any idea how much this nudges the likelihood? For instance, with 1 year of weekly data (52 observations), it seems like only a single observation would have...

Hi @prettymuchbryce, would you like to work through some of this?

> Yep - so this is the first very crude implementation. I'm trying to move away from generating synthetic data from separate numpy code and doing it with the DAG,...

Feel free to make some issues if you don't touch in this PR > Yes, but I think we would need a way to set the `predictions=True` flag in the...