Skip to content

Commit b8643fe

Browse files
author
hzlinyanggang
committed
project description
1 parent b06f82c commit b8643fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# lightgbm_predict4j
2-
java implementation of lightgbm predicting part
2+
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.

0 commit comments

Comments
 (0)