ab-be / LiteMORT

New gradient boosting library. Faster than LightGBM with same accuracy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A fast gradient boosting framework on manifolds(from regression tree,classification tree,neural net....).

1) Use much less memory than LightGBM for large data problems

Share memory with pandas dataframe or numpy ndarray.

2)Some novel algorithms.Faster than LightGBM with same accuracy.
3)sklearn-like api interface.
4)Support parameters of LightGBM.

About

New gradient boosting library. Faster than LightGBM with same accuracy

License:MIT License


Languages

Language:C++ 80.5%Language:Python 17.1%Language:C 1.9%Language:CMake 0.5%