All Projects → lyg5623 → Lightgbm_predict4j

lyg5623 / Lightgbm_predict4j

Licence: mit
A java implementation of LightGBM predicting part

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Lightgbm predict4j

Arch-Data-Science
Archlinux PKGBUILDs for Data Science, Machine Learning, Deep Learning, NLP and Computer Vision
Stars: ✭ 92 (+43.75%)
Mutual labels:  lightgbm
Open Solution Mapping Challenge
Open solution to the Mapping Challenge 🌎
Stars: ✭ 291 (+354.69%)
Mutual labels:  lightgbm
Text Classification Benchmark
文本分类基准测试
Stars: ✭ 18 (-71.87%)
Mutual labels:  lightgbm
mobileRiskUser
基于移动网络通讯行为的风险用户识别 (15th/624)
Stars: ✭ 29 (-54.69%)
Mutual labels:  lightgbm
Leaves
pure Go implementation of prediction part for GBRT (Gradient Boosting Regression Trees) models from popular frameworks
Stars: ✭ 261 (+307.81%)
Mutual labels:  lightgbm
Ai competitions
AI比赛相关信息汇总
Stars: ✭ 443 (+592.19%)
Mutual labels:  lightgbm
ai-deployment
关注AI模型上线、模型部署
Stars: ✭ 149 (+132.81%)
Mutual labels:  lightgbm
Open Solution Value Prediction
Open solution to the Santander Value Prediction Challenge 🐠
Stars: ✭ 34 (-46.87%)
Mutual labels:  lightgbm
My Data Competition Experience
本人多次机器学习与大数据竞赛Top5的经验总结,满满的干货,拿好不谢
Stars: ✭ 271 (+323.44%)
Mutual labels:  lightgbm
Awesome Gradient Boosting Papers
A curated list of gradient boosting research papers with implementations.
Stars: ✭ 704 (+1000%)
Mutual labels:  lightgbm
HyperGBM
A full pipeline AutoML tool for tabular data
Stars: ✭ 172 (+168.75%)
Mutual labels:  lightgbm
Dmtk
Microsoft Distributed Machine Learning Toolkit
Stars: ✭ 2,766 (+4221.88%)
Mutual labels:  lightgbm
Openscoring
REST web service for the true real-time scoring (<1 ms) of Scikit-Learn, R and Apache Spark models
Stars: ✭ 536 (+737.5%)
Mutual labels:  lightgbm
HumanOrRobot
a solution for competition of kaggle `Human or Robot`
Stars: ✭ 16 (-75%)
Mutual labels:  lightgbm
Autodl
Automated Deep Learning without ANY human intervention. 1'st Solution for AutoDL [email protected]
Stars: ✭ 854 (+1234.38%)
Mutual labels:  lightgbm
arfs
All Relevant Feature Selection
Stars: ✭ 21 (-67.19%)
Mutual labels:  lightgbm
Open Solution Home Credit
Open solution to the Home Credit Default Risk challenge 🏡
Stars: ✭ 397 (+520.31%)
Mutual labels:  lightgbm
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+1457.81%)
Mutual labels:  lightgbm
Mljar Supervised
Automated Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning 🚀
Stars: ✭ 961 (+1401.56%)
Mutual labels:  lightgbm
Hyperparameter hunter
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Stars: ✭ 648 (+912.5%)
Mutual labels:  lightgbm

lightgbm_predict4j

java implementation of LightGBM predicting part

This project is a java translation of 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. Note that org.lightgbm.predict4j.v2.UseageTest is for LightGBM v2 while org.lightgbm.predict4j.UseageTest is for LightGBM v1.

Update notes:

2017-07-04: Add supports for LightGBM v2 (version d0858b36765191899d0a47ba1a52bd70e78dad22)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].