Will Dean

Results 88 issues of Will Dean

In the documentation page for [hsgp_1d]( https://bambinos.github.io/bambi/notebooks/hsgp_1d.html), there is a broken link for [transformation.py](https://bambinos.github.io/bambi/notebooks/bambi/transformations.py) in [this section](https://bambinos.github.io/bambi/notebooks/hsgp_1d.html#how-does-hsgp-work)

First line in Dependencies: https://www.pymc.io/projects/experimental/en/latest/#dependencies Setup.py says 3.10+

### Before ```python import pytensor.tensor as pt # Need to a = pt.vector("a", shape=(2, )) b = pt.vector("b", shape=(3, )) # a + b fails due to broadcasting # Transpose...

feature request

The `mlflow` module has not been showing up in the documentation even with the merge to the main branch. View the documentation [here](https://www.pymc-marketing.io/en/latest/api/index.html). This would want to be added such...

docs
mlflow

The `scripts/run_notebooks/runner.py` is helpful for the fast notebooks. However, for slower ones we would like to be able to catch errors like #930 Might be helpful to have a script...

docs
maintenance

Following #921 there is support for MLflow including `autolog` functionality. However, MLflow might be new to some users. The goal here is to touch on it in an appropriate location...

docs
mlflow

## Description Checking to see if the tests pass ## Related Issue - [ ] Closes # - [ ] Related to # ## Checklist - [ ] Checked that...

The following code accounts for the `data_vars` not being in previous `pm.Model` instances. ```python def _backwards_compatiable_data_vars(model: Model) -> list[TensorVariable]: # TODO: Remove with PyMC update non_data = ( model.observed_RVs +...

mlflow

Might be useful to have a deployment example using `MLflow` where various aspects of the model are logged Would touch on logging: - the model - some performance metrics -...

MMM
Deployment
mlflow

The `model.idata.attrs` is a serialized format of the model which could be used or exposed better. For instance, - Load functionality can be expose to support configuration file initialization -...

enhancement
request discussion
Deployment
mlflow