An open API service indexing awesome lists of open source software.

https://github.com/samsonq/snapboost

Heterogeneous Newton Boosting Machine using decision trees and kernel ridges as learners.
https://github.com/samsonq/snapboost

boosting gradient-boosting

Last synced: 6 months ago
JSON representation

Heterogeneous Newton Boosting Machine using decision trees and kernel ridges as learners.

Awesome Lists containing this project

README

          

# snapboost

## Hetergeneous Newton Boosting Machine
- Instead of using only decision trees as learners like XGBoost and LightGBM, HNBM uses a combination of decision trees and ridge regressors to learn more complicated patterns in data.

## Usage Instructions
* This project is published on [PyPI](https://pypi.org/project/snapboost/). To install package, run:

```
pip install snapboost
```