horoc/treetops
Fast LightGBM tree model inference Java library which is based on ASM dynamic code generation framework.
This project helps data scientists and machine learning engineers deploy pre-trained LightGBM tree models for predictions in Java applications. It takes a LightGBM model file and input features, then quickly returns a prediction. It's designed for those who need to integrate high-speed model inference directly into Java-based systems.
No commits in the last 6 months.
Use this if you need extremely fast predictions from your LightGBM models within a Java application, especially in high-throughput or low-latency environments.
Not ideal if you are not working with LightGBM models or if your primary development environment is not Java.
Stars
30
Forks
10
Language
Java
License
MIT
Category
Last pushed
Jun 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/horoc/treetops"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python,...
catboost/catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for...
stanfordmlgroup/ngboost
Natural Gradient Boosting for Probabilistic Prediction
lightgbm-org/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework...
fabsig/GPBoost
Tree-Boosting, Gaussian Processes, and Mixed-Effects Models