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 @vruusmann:
Does this package support lightGBM models, please?
Thank you.
The text was updated successfully, but these errors were encountered:
The R wrapper for LightGBM models is some weird & super complex class, which cannot be persisted using the standard saveRDS() function call.
saveRDS()
Therefore, you must go use the manual workflow:
lgbm.save()
Sorry, something went wrong.
This issue might have been fixed in LightGBM version 4.0.0.
See microsoft/LightGBM#4685 and microsoft/LightGBM#4296
Reopening, as a reminder to re-evaluate the situation.
jpmml/jpmml-r@79139d3
No branches or pull requests
Hi @vruusmann:
Does this package support lightGBM models, please?
Thank you.
The text was updated successfully, but these errors were encountered: