Pymc-bart

Latest version: v0.5.14

Safety actively analyzes 638681 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.5.2

What's Changed
* Minor doctrings and types improvements by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/108
* Fix ICE plot when there is a discrete variable by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/107
* Add support python 3.11 by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/109
* Add issue templates by PabloGGaray in https://github.com/pymc-devs/pymc-bart/pull/113
* Add conda option by PabloGGaray in https://github.com/pymc-devs/pymc-bart/pull/114
* fix split_prior bug by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/115
* Add logo by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/116
* clean logo by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/117
* Add plot_ice to API description on the webpage by PabloGGaray in https://github.com/pymc-devs/pymc-bart/pull/119
* Better handling of discrete variables and other minor fixes by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/121



**Full Changelog**: https://github.com/pymc-devs/pymc-bart/compare/0.5.0...0.5.2

O.5.1
What's Changed
* Minor doctrings and types improvements by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/108
* Fix ICE plot when there is a discrete variable by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/107
* Add support python 3.11 by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/109


**Full Changelog**: https://github.com/pymc-devs/pymc-bart/compare/0.5.0...O.5.1

0.5.0

What's Changed
* Add pre-commit hooks by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/75
* Add mypy init by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/78
* Do not store index at each node. by howsiyu in https://github.com/pymc-devs/pymc-bart/pull/80
* Add linear response juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/79
* Do weighted mean when pruning by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/83
* Implement fast version of pdp by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/85
* Add error bars to variable importance by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/90
* Compute running variance for leaf nodes by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/91
* Improve doc style and add missing examples by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/92
* Make the Repo more welcoming with a clear title by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/94
* Improve docstrings new alpha and beta parameters by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/95
* Allow different splitting rules by velochy in https://github.com/pymc-devs/pymc-bart/pull/96
* Allow training separate tree structures if training multiple trees by velochy in https://github.com/pymc-devs/pymc-bart/pull/98

New Contributors
* howsiyu made their first contribution in https://github.com/pymc-devs/pymc-bart/pull/80
* velochy made their first contribution in https://github.com/pymc-devs/pymc-bart/pull/96

**Full Changelog**: https://github.com/pymc-devs/pymc-bart/compare/0.4.0...0.5.0

0.4.0

What's Changed
* fig bug systematic resampling and add func argument by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/61 and https://github.com/pymc-devs/pymc-bart/pull/66
* add tests for individual functions/methods in PGBART by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/64
* Modify resampling schema and refactor by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/65
* add plot_convergence by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/67 and aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/68
* Improve plot_dependence by PabloGGaray in https://github.com/pymc-devs/pymc-bart/pull/70 and aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/71 and in https://github.com/pymc-devs/pymc-bart/pull/73


**Full Changelog**: https://github.com/pymc-devs/pymc-bart/compare/0.3.2...0.4.0

0.3.2

What's Changed
* Refactor and njit on methods by fjloyola in https://github.com/pymc-devs/pymc-bart/pull/54
* Fix shape error aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/57 and https://github.com/pymc-devs/pymc-bart/pull/59

**Full Changelog**: https://github.com/pymc-devs/pymc-bart/compare/0.3.1...0.3.2

0.3.1

What's Changed
* Fix Url pymc-bart on documentation by fjloyola in https://github.com/pymc-devs/pymc-bart/pull/34
* Fixing issue ThemeError for read the docs by fjloyola in https://github.com/pymc-devs/pymc-bart/pull/37
* Refactor to avoid inheritance in BaseNode by fjloyola in https://github.com/pymc-devs/pymc-bart/pull/35
* Add link to license by PabloGGaray in https://github.com/pymc-devs/pymc-bart/pull/39
* Improvements over Tree implementation by fjloyola in https://github.com/pymc-devs/pymc-bart/pull/40
* fix import error from pymc 5.0.2 by juanitorduz in https://github.com/pymc-devs/pymc-bart/pull/43
* Update pymc minimum version by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/45
* Avoid Deepcopy on Tree and ParticleTree by fjloyola in https://github.com/pymc-devs/pymc-bart/pull/47

New Contributors
* fjloyola made their first contribution in https://github.com/pymc-devs/pymc-bart/pull/34
* juanitorduz made their first contribution in https://github.com/pymc-devs/pymc-bart/pull/43

**Full Changelog**: https://github.com/pymc-devs/pymc-bart/compare/0.3.0...0.3.1

0.3.0

What's Changed
* Update README with conda installation by maresb in https://github.com/pymc-devs/pymc-bart/pull/26
* Fix broken URL by maresb in https://github.com/pymc-devs/pymc-bart/pull/27
* Update to PyMC 5 and PyTensor by aloctavodia in https://github.com/pymc-devs/pymc-bart/pull/29


**Full Changelog**: https://github.com/pymc-devs/pymc-bart/compare/0.2.1...0.3.0

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.