Un regresor de Machine Learning que implementa un ensamblaje de Stacking con modelos de Boosting.
Project description
sbr-model 📈
Un regresor de Machine Learning fácil de usar que implementa un ensamblaje de Stacking con modelos de Boosting (XGBoost, LightGBM, CatBoost).
¿Qué es sbr-model? 🤔
sbr-model es una librería de alto nivel diseñada para simplificar el proceso de creación de modelos de ensamblaje robustos para tareas de regresión. En lugar de configurar manualmente la validación cruzada y el meta-modelo, sbr-model lo encapsula en una sola clase, compatible con scikit-learn.
El nombre SBR significa Stacking Boosting Regressor.
Características Principales ✨
- Modelos Potentes: Utiliza XGBoost, LightGBM y CatBoost como modelos base, tres de los algoritmos más potentes para datos tabulares.
- Stacking Automatizado: Gestiona automáticamente el proceso de validación cruzada para generar predicciones "out-of-fold" y entrenar un meta-modelo.
- Fácil de Usar: Interfaz simple inspirada en scikit-learn. Solo necesitas instanciar la clase y llamar a
.fit()y.predict(). - Compatible: Al heredar de
RegressorMixin, se integra con el ecosistema de scikit-learn.
Instalación 📦
Puedes instalar sbr-model directamente desde PyPI:
pip install sbr-model
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 sbr_model-0.1.0.tar.gz.
File metadata
- Download URL: sbr_model-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae590f9f34fab4b035b4ee087be1076132748b8520d4e1831a124ebe2ecc19bc
|
|
| MD5 |
b0e3b897ee2b3cfdbfe0d96729fb92d8
|
|
| BLAKE2b-256 |
0c9484106455e2c163187e299a15bcd5c0b76c8dc242ad16227c2823fb868de3
|
File details
Details for the file sbr_model-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sbr_model-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed1fb05f306052d45beffd2a36ec0e051abf9b845bca60c0a1e551800e997c7f
|
|
| MD5 |
19acdcaaac4f8110025437b9dc5f34b5
|
|
| BLAKE2b-256 |
eb0ce7475c634af5630efd049574cfc243d22ad13ef9827b9ec66a72d677827c
|