We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
What is the easiest way to train lightgbm model in python and make predictions from java?
I see jpmml functionalty but wonder f there are no easier to take model and make predictions in java.
Thanks!
The text was updated successfully, but these errors were encountered:
You can generate JAVA wrapper for C API functions via SWIG package: https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-java-wrapper. And then call prediction function. Also, refer to #909.
Sorry, something went wrong.
No branches or pull requests
Hi!
What is the easiest way to train lightgbm model in python and make predictions from java?
I see jpmml functionalty but wonder f there are no easier to take model and make predictions in java.
Thanks!
The text was updated successfully, but these errors were encountered: