CatBoost-inspired gradient boosting in pure Python with a numba backend
Project description
chimeraboost
Full-featured gradient boosting library with a Python/numba backend, inspired by CatBoost
-
What?
- GBDT library that only depends on numpy, numba, and scikit-learn
- Near equivalent performance to CatBoost on CPU
-
Why?
- I want to be able to modify my GBDT library at will
- I know Python and I don't know C
-
How?
from chimeraboost import ChimeraBoostClassifier
clf = ChimeraBoostClassifier()
clf.fit(X, y)
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
chimeraboost-0.5.2.tar.gz
(26.3 kB
view details)
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 chimeraboost-0.5.2.tar.gz.
File metadata
- Download URL: chimeraboost-0.5.2.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfe3c1f98d60ea35feee71555aebb01dc989e7f0f248590a0365a0f5b25ba797
|
|
| MD5 |
025ce9c21fa6e871b507092fff116ced
|
|
| BLAKE2b-256 |
4956741b2e8b519ab5794f246c0f066dc7f4a1062172488593bcc4bb407f5673
|
File details
Details for the file chimeraboost-0.5.2-py3-none-any.whl.
File metadata
- Download URL: chimeraboost-0.5.2-py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6646fc55228b6d585e16df771b87f9e70cd2e0f4551edacbeeb636216f897d50
|
|
| MD5 |
a23aba07f4d375d5c7441a17946d068f
|
|
| BLAKE2b-256 |
0a0f2d827bae2842a82a72aeb44ddbf75961c2f630db7e55bf9a56ac50e20bee
|