Benjamin T. Vincent

Results 134 issues of Benjamin T. Vincent

Seems like this FR is completely different from #332 (which is about markdown to html?), but is partially related to #185. I am interested in a use case of writing...

enhancement

I am running a model with the following options ```r prophet_vars = c("trend", "season", "holiday"), prophet_signs = c("positive", "positive", "positive"), ``` but when I examine `pareto_alldecomp_matrix.csv` (and just focus on...

QAs

I wonder whether it would be useful to have a Bayes Factor type plot, like this? ![IMG_4444](https://user-images.githubusercontent.com/6765047/58761225-c23e3e80-8539-11e9-8d9d-176db13e09b5.JPG)

Feature Request

Following quick discussion here https://github.com/pymc-devs/pymc-examples/issues/83#issuecomment-1159736382 we'll add the notebooks of core features (listed here https://www.pymc.io/projects/docs/en/stable/learn/core_notebooks/index.html) to the main set of examples here https://www.pymc.io/projects/examples/en/latest/gallery.html. Add as the first section in the...

This pull request adds a new example notebook for Bayesian copula estimation. Work done by myself and @ericmjl . + [X] Notebook follows style guide https://docs.pymc.io/en/latest/contributing/jupyter_style.html + [ ] PR...

# Notebook proposal **Title**: Bayesian hypothesis testing using the Savage–Dickey method ## Why should this notebook be added to pymc-examples? We currently have _nothing_ on Bayesian hypothesis testing. I propose...

proposal

We recently decided to remove a logistic regression notebook https://github.com/pymc-devs/pymc-examples/issues/82 because it had very high overlap with a Bambi example (https://bambinos.github.io/bambi/main/notebooks/model_comparison.html) and _only_ had the Bambi code. There is obviously...

proposal

When removing an example `.ipynb` file, the pre-commit checks do not check that the corresponding `myst.md` file has been deleted. Could add a check that there are no `myst.md` files...

Here is the first draft of a notebook which showcases a new PyMC distribution, `ZeroSumNormal` created by @aseyboldt. A few things to note: - ~this runs under v4 and it...

# Notebook proposal **Title**: Analysing ordinal data in PyMC ## Why should this notebook be added to pymc-examples? Ordinal outcome variables are common in many data analysis situations. Example measures...

proposal