-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
R-package: lgb.save does not retain full information of the booster object? #346
Comments
noted. thanks for the quick response. |
Hi recently I just found that the model file output by R can not be used in CLI or python version due to lacking of the I already re-compiled lightgbm from master branch and re-install the python and R package. cd LightGBM/R-package
Rscript build_package.R
R CMD INSTALL lightgbm_0.2.tar.gz Is this by design? or how can i output a model file from R that is also able to be used latter in python? |
@everdark |
@guolinke It is generated by a call to Head of the file:
|
@Laurae2 can you help to this ? |
sorry I think the problem is solved. |
Hi,
I am just wondering whether this is what I should expect for the behaviour of
lgb.save
.Here is my script to reproduce what I am confused:
Since I'd like to also keep the eval metrics for each iteration. Can I achieve this by
lgb.save
. If it is not, I need to write out it on my own.The text was updated successfully, but these errors were encountered: