Adam Fleischhacker

Results 15 issues of Adam Fleischhacker

I am a big fan of Hadley Wickham's pit of success where it is easy to remember how to do things. I find the fact that groupby is the only...

Thanks for the great package. I am using it to write a bookdown book with HTML and PDF output. My problem is that I am trying to center a margin...

New Julia and Javis user here. Found my way here after exploring Luxor.jl. Thx for this package as animation is such an effective tool for conveying ideas. Just wanted to...

documentation

Thx for the great package, I have just been toying with it. I noticed there are some newer near-linear time sinkhorn-based algorithms (Greenkhorn and screenkhorn) that are available in POT....

## Issue The logic for groupStyles mislabels messages where the previous message is "single" and the difference in the current and previous messages' create time is longer than the `maxTimeBetweenGroupedMessages`....

Needs Triaging

## Background The ![Modeling Heteroscedasticity with BART example](https://www.pymc.io/projects/examples/en/latest/case_studies/bart_heteroscedasticity.html) showcases two amazing abilities of PyMC-BART: 1) The ability to have non-normal error distributions for BART RV's like the `pm.Gamma` distribution that...

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_causact.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual...

ImportError: cannot import name 'gaussian' from 'scipy.signal' is caused by bug in scipy. Fix is forthcoming shortly

See the issue described here: https://github.com/prabinov42/Greta_causact_question/blob/main/greta_causact_2.md If a child node is deterministic and not used as a parent node, causact incorrectly labels it as a distribution. Temporary fix (use mcmc=FALSE):...

See the important role of prior predictive checks as docuemnted in https://betanalpha.github.io/assets/case_studies/principled_bayesian_workflow.html It would be nice to support this workflow in the dag_ paradigm.

enhancement