https://github.com/pymc-devs/pymc3
Raw File
Tip revision: aedc8e9006c7e672e461774a5ee095562405c99c authored by Eelke Spaak on 21 January 2021, 07:48:56 UTC
link to Theano-PyMC 1.1.0 release notes, mention BART.predict, update release date
Tip revision: aedc8e9
ISSUE_TEMPLATE.md
If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io

## Description of your problem

**Please provide a minimal, self-contained, and reproducible example.**
```python
[Your code here]
```

**Please provide the full traceback.**
```python
[The error output here]
```

**Please provide any additional information below.**


## Versions and main components

* PyMC3 Version:
* Theano Version:
* Python Version:
* Operating system:
* How did you install PyMC3: (conda/pip)
back to top