Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 399 Bytes

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. To install package, run:

    pip install snapboost