Skip to content

Commit 2c55dc0

Browse files
author
hzlinyanggang
committed
project description
1 parent b8643fe commit 2c55dc0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# lightgbm_predict4j
22
java implementation of LightGBM predicting part
3-
This project is a java translation of [LightGBM](https://github.com/Microsoft/LightGBM) predicting part at version 57d552726f19ba9b29843cbaa50f23a3ba4e79e6 in master. LightGBM is an excellent tool for training model in offline way. However, when a model is saved by LightGBM, it is difficult to be used efficiently for online predicting in production environment. I translate the predicting part of LightGBM into java so that the model can be used for online predicting in java applications. After training a model with LightGBM, you can use the model to do predicting job for every realtime query data, just like the unit test code shows.
3+
4+
This project is a java translation of [LightGBM](https://github.com/Microsoft/LightGBM) predicting part at version 57d552726f19ba9b29843cbaa50f23a3ba4e79e6 in master.
5+
6+
LightGBM is an excellent tool for training model in offline way. However, when a model is saved by LightGBM, it is difficult to be used efficiently for online predicting in production environment.
7+
8+
I translate the predicting part of LightGBM into java so that the model can be used for online predicting in java applications. After training a model with LightGBM, you can use the model to do predicting job for every realtime query data, just like the unit test code shows.

0 commit comments

Comments
 (0)