GPU-accelerated gradient boosting, written in Python
Project description
openboost
GPU-accelerated gradient boosting, written in Python.
Building Blocks
numba-cuda compiles Python to CUDA kernels:
@cuda.jit
def _histogram_kernel(binned, grad, hess, hist_grad, hist_hess):
feature_idx = cuda.blockIdx.x
local_grad = cuda.shared.array(256, dtype=float32)
# ...
The Problem
GBDT research is active:
- DART — dropout for trees
- NGBoost — probabilistic predictions
- GAMLSS — distributional regression
- GOSS — gradient-based sampling
- GBDT-PL — linear leaves
- Oblivious Trees — symmetric splits
OpenBoost lets you implement these in Python.
Goal
GPU GBDT core in Python. Extend it to build variants.
Install
pip install openboost
Status
WIP.
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openboost-0.0.1.tar.gz.
File metadata
- Download URL: openboost-0.0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eececc1c53f6e3d10a49ef66526fa0a9f80636906faccba8f7aac0ed54d7d1c4
|
|
| MD5 |
144d986a5e06de8490c43bbba6adf847
|
|
| BLAKE2b-256 |
887d0f31d093a73577082e118b2b97fbfbeec349d5b705587bd2573b09ade3de
|
Provenance
The following attestation bundles were made for openboost-0.0.1.tar.gz:
Publisher:
publish.yml on jxucoder/openboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openboost-0.0.1.tar.gz -
Subject digest:
eececc1c53f6e3d10a49ef66526fa0a9f80636906faccba8f7aac0ed54d7d1c4 - Sigstore transparency entry: 790283939
- Sigstore integration time:
-
Permalink:
jxucoder/openboost@6334a42ff00cc2134522c898929b89452ead7831 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/jxucoder
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@6334a42ff00cc2134522c898929b89452ead7831 -
Trigger Event:
release
-
Statement type:
File details
Details for the file openboost-0.0.1-py3-none-any.whl.
File metadata
- Download URL: openboost-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
081d86736185dccef4a7e07ab65b1f98a5a668cc113acc174e74288e8105e03f
|
|
| MD5 |
5cc692593f193430fcd4b1570ce47f29
|
|
| BLAKE2b-256 |
97bd92a5d7725c279798f2119cc4d7d6df0ce3287efa8a6e5bd54e8db0e432a6
|
Provenance
The following attestation bundles were made for openboost-0.0.1-py3-none-any.whl:
Publisher:
publish.yml on jxucoder/openboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openboost-0.0.1-py3-none-any.whl -
Subject digest:
081d86736185dccef4a7e07ab65b1f98a5a668cc113acc174e74288e8105e03f - Sigstore transparency entry: 790283943
- Sigstore integration time:
-
Permalink:
jxucoder/openboost@6334a42ff00cc2134522c898929b89452ead7831 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/jxucoder
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@6334a42ff00cc2134522c898929b89452ead7831 -
Trigger Event:
release
-
Statement type: