Will Dean
Will Dean
For instances, wouldn't a Pareto method like this ```python def expected_num_purchases( self, customer_id: np.ndarray | pd.Series, t: np.ndarray | pd.Series | pt.TensorVariable, frequency: np.ndarray | pd.Series | pt.TensorVariable, recency: np.ndarray...
> The `BetaGeoModel.expected_purchases` method has been added, so this should be unblocked now and able to proceed. Great. Thanks @ColtAllen Will get back to this some time soon
Hi @ilaria-giunti, Depends on what variables are interested in. Not all of the parameters are time-varying. I have similar response as in #765. You should be able to take out...
> Don't love this. Is there any plan for rich to work with marimo? rich shut it down https://github.com/Textualize/rich/issues/3750
> Also we use `CustomProgress` directly in other places (.e.g, pm.compute_log_likelihood, sample_posterior_predictive) CustomProgress isn't changed and would still work. The ProgressBarManager now excepts other ProgressBar protocols
> Such as > > https://github.com/pymc-devs/pymc/blob/011fb355c8c932143632bf7760d10ea969779e71/pymc/backends/arviz.py#L686-L688 That is using rich (inherited) `CustomProgress` directly... completely coupled with `rich` and not the `ProgressBarManager` absraction. I was focusing on the NUTS sampler progress...
> Furthermore, is there a way to have multiple progress_bars, color them manually? Fine if not, but keeping things similar between backends may help with code complexity You can, but...
Seems related to #7069
Both of the requirements.txt files should not be manually edited (see comment at top of the file). If you need to add dependencies, change conda-envs/environment-dev.yml
> [@JHonaker](https://github.com/JHonaker) hey, can u assign me this issue , I would love to work on this !! Hi @immortal71 , there is no assigning of issues. Just start a...