Metadata-Version: 2.4
Name: macboost
Version: 0.6.0
Summary: Gradient boosted trees on Apple-silicon GPUs (Metal), sklearn-style API
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24

# macboost (Python)

Python bindings for [MacBoost](../README.md) — gradient boosted trees on
Apple-silicon GPUs, with a scikit-learn-style API (`MacBoostRegressor`,
`MacBoostClassifier`).

Build the native core first, then install:

```bash
swift build -c release && ../scripts/build_python.sh   # bundles the dylib
pip install .
```

See the repository README for usage and benchmarks.
