komiya-atsushi / xgboost-predictor-java

Pure Java implementation of XGBoost predictor for online prediction tasks.
Apache License 2.0
339 stars 108 forks source link

Support newer model file format with backward compatible #3

Closed komiya-atsushi closed 8 years ago

komiya-atsushi commented 8 years ago

Recent model file format of XGBoost is removed the header string binf. https://github.com/dmlc/xgboost/blob/fc4c88fceb84e9b098f68aec44583b3db0168f8b/src/learner.cc#L214-L220

lisendong commented 8 years ago

hi, I'm using your java predictor. when will you plan to update this issue? Or could you tell me how to do?

komiya-atsushi commented 8 years ago

Thank you for using the predictor.

I'm working on it and I'll release 0.1.7 in a few days.

komiya-atsushi commented 8 years ago

xgboost-predictor 0.1.7 released :smiley: https://bintray.com/komiya-atsushi/maven/xgboost-predictor/0.1.7/view