-
Tried to import mlflow support in v0.8.0 as shown in the [docs](https://www.pymc-marketing.io/en/latest/api/generated/pymc_marketing.mlflow.html) but says it doesn't exist.
Code:
```
import pymc_…
-
All data sucks. Bayesian MCA naively assumes that the matrix of metabolite, flux and enzyme observations has the same size as the stoichiometric matrix rows or columns.
There is a tensor trick to…
-
Hi @IvanYashchuk! I recently encountered your library and wanted to thank you for the implementation its come quite handy for a problem we are tackling here at my Uni. However I'm having the following…
-
My attempts to install seismolab with pip and by compiling the source resulted in errors related to Theano. Full output below. I am using a Mac with macOS 14.6 (Sonoma) and an Apple M3 processor. I am…
-
### Description
If you call `.item()` (or inadvertently call `.item()`) in torch, vmap will fail. This means supporting things like scalarloop are difficult when having anything vmap
```py
for …
-
Per #219, other data may be involved in inference. In the eight schools model, for example, the data block contains:
```
data {
int J; // number of schools
real y[J]; // estimated treatment…
-
The `AR` distribution appears to be nearly complete for usage as a true vector autoregression parameterized by `p` cross-series coefficients, each of shape `(d,d)`. The main change that has to be enac…
-
### Is your feature request related to a problem?
I recently learned about a meta-tensor library called [Aesara](https://aesara.readthedocs.io/) which got me wondering if it would be a good array b…
-
I think this would be better suited as a function outside of the MMM class.
https://github.com/pymc-labs/pymc-marketing/blob/9480869b9b9e03774a081eb7e5f2da96f1bb95a4/pymc_marketing/mmm/delayed_sat…
-
#133 implements the same model, at the user level granularity.
It may make sense to implement a cohort level model. The posterior individual variables for costumers that enrolled at the same time …