jpmml / jpmml-lightgbm

Java library and command-line application for converting LightGBM models to PMML
GNU Affero General Public License v3.0
174 stars 58 forks source link

Exception during converting process #7

Closed Goorman closed 6 years ago

Goorman commented 7 years ago

Ran converting operation on my small lgbm model and it failed with some exception. How could i fix it?

screen shot 2017-11-08 at 14 24 15

lgbm_model.txt

Goorman commented 7 years ago

Nevermind, the problem occurred because of java 9 as described here https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j

Running with converter with --add-modules java.xml.bind flags fixed the exception.