Metadata-Version: 2.1
Name: bartz
Version: 0.0
Summary: A JAX implementation of BART
Home-page: https://github.com/Gattocrucco/bartz
License: MIT
Author: Giacomo Petrillo
Author-email: info@giacomopetrillo.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: appnope (>=0.1.4,<0.2.0)
Requires-Dist: jax (>=0.4.25,<0.5.0)
Requires-Dist: jaxlib (>=0.4.25,<0.5.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Project-URL: Bug Tracker, https://github.com/Gattocrucco/bartz/issues
Project-URL: Repository, https://github.com/Gattocrucco/bartz
Description-Content-Type: text/markdown

# BART vectoriZed

A branchless vectorized implementation of Bayesian Additive Regression Trees (BART) in JAX.

