Skip to main content

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:

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openboost-0.0.1.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openboost-0.0.1-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

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

Hashes for openboost-0.0.1.tar.gz
Algorithm Hash digest
SHA256 eececc1c53f6e3d10a49ef66526fa0a9f80636906faccba8f7aac0ed54d7d1c4
MD5 144d986a5e06de8490c43bbba6adf847
BLAKE2b-256 887d0f31d093a73577082e118b2b97fbfbeec349d5b705587bd2573b09ade3de

See more details on using hashes here.

Provenance

The following attestation bundles were made for openboost-0.0.1.tar.gz:

Publisher: publish.yml on jxucoder/openboost

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for openboost-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 081d86736185dccef4a7e07ab65b1f98a5a668cc113acc174e74288e8105e03f
MD5 5cc692593f193430fcd4b1570ce47f29
BLAKE2b-256 97bd92a5d7725c279798f2119cc4d7d6df0ce3287efa8a6e5bd54e8db0e432a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for openboost-0.0.1-py3-none-any.whl:

Publisher: publish.yml on jxucoder/openboost

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page