Metadata-Version: 2.1
Name: litemort
Version: 0.1.5
Summary: Fastest gradient boosting library with higher accuracy
Home-page: https://github.com/closest-git/LiteMORT
Author: Yingshi Chen
Author-email: gsp.cys@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Requires-Python: >=3.0.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn


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

##### 1)Faster than LightGBM with same accuracy. 

##### 2)sklearn-like api interface.

##### 3)Support parameters of LightGBM.

