pymc-bart icon indicating copy to clipboard operation
pymc-bart copied to clipboard

Results 28 pymc-bart issues
Sort by recently updated
recently updated
newest added

## 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...

Predict is not intended to be directly accesed by users, but we use it in the Intro notebook to generate intuition of how BART works. We should make it clear...

With the current plot is difficult to see the different instances. Maybe dots + dashed lines will make it easier.

enhancement

We need an example for a categorical model showing the changes in #96 and #98.

As far as I understand from the paper, the only thing needed to perform classification with BART, i.e. have binary response, is adding a probit link. However, [this question](https://discourse.pymc.io/t/binary-classification-example-using-the-recently-added-bart-model/6420) uses...

When I try to train BART with any sampler other than `"pymc"`, I get an error: ``` ValueError: Model can not be sampled with NUTS alone. Your model is probably...

I'm trying to install pymc-bart in a conda environment created with `conda create -c conda-forge -n pymc_env "pymc>=4"` coming directly from the PyMC installation instructions. The above installs pymc 5.3.1...

Hello Osvaldo! I am trying with the BART and in my opinion this shines like a crown. Something like a real PYMC jewel :-D You say at the end of...