https://github.com/gperdrizet/ensembleswarm
Utility for regression on tabular data, implementing ensemble of ensembles with various SciKit-learn estimators.
https://github.com/gperdrizet/ensembleswarm
ensemble machine-learning regression
Last synced: 4 months ago
JSON representation
Utility for regression on tabular data, implementing ensemble of ensembles with various SciKit-learn estimators.
- Host: GitHub
- URL: https://github.com/gperdrizet/ensembleswarm
- Owner: gperdrizet
- License: gpl-3.0
- Created: 2025-05-13T14:44:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T22:16:56.000Z (about 1 year ago)
- Last Synced: 2025-09-14T15:11:29.401Z (10 months ago)
- Topics: ensemble, machine-learning, regression
- Language: Python
- Homepage:
- Size: 8.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EnsembleSwarm
[](https://github.com/gperdrizet/ensembleswarm/actions/workflows/publish_pypi.yml) [](https://github.com/gperdrizet/ensembleswarm/actions/workflows/python_ci.yml)[](https://github.com/gperdrizet/ensembleswarm/actions/workflows/codespaces/create_codespaces_prebuilds)
Utility for regression on tabular data, implementing ensembles of ensembles with various SciKit-learn estimators.
## 1. Installation
Install the pre-release alpha from PyPI with:
```bash
pip install ensembleswarm
```