EvoBoost: A novel gradient boosting classifier and regressor by Sudip Barua
Project description
EvoBoost
Inventor: Sudip Barua
EvoBoost is a next-generation machine learning algorithm that extends gradient boosting by introducing probabilistic residuals and interpretable updates for classification and regression.
Installation
pip install evoboost
Usage
from evoboost import EvoBoostClassifier
model = EvoBoostClassifier()
model.fit(X_train, y_train)
preds = model.predict(X_test)
Citation
EvoBoost is a novel gradient boosting algorithm developed by Sudip Barua in 2025.
Citation information will be added here once the academic paper is officially published.
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 evoboost-0.1.0.tar.gz.
File metadata
- Download URL: evoboost-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7474157251e08e813115066dda057775d0bf46479cee17d8c2cadfd583cc1189
|
|
| MD5 |
24d26b898d88d564b22144add79c6499
|
|
| BLAKE2b-256 |
c792a1d8d6cdd3e2476e66f2860ddbdc7c9ef82c4ae47cbe74f944b3ef98497b
|
File details
Details for the file evoboost-0.1.0-py3-none-any.whl.
File metadata
- Download URL: evoboost-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31579e49889c8038ba1c5cde65226e6ffe76c764fd3ccf40baa4ee5b7ecebb9c
|
|
| MD5 |
caa9c104ba7525d8117d908bfb9c4bbf
|
|
| BLAKE2b-256 |
d1ef922f51271e7813eab9fdb911e121d583228148c07609491dd934378b1dc3
|