-
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
incorrect logged parameters in model file #2208
Comments
to fix this, I think we should pass all parameters to cpp code, even though some of them are not used in cpp side. |
So, what other configurations are needed here beside num_iteration? Would they differ based on the class where they are used; RF,GOSS or DART? |
@Xiad32 these configurations just log the error values in the model file, it doesn't affect the normal usage. |
Python-package has been fixed in #2589. ping @jameslamb and @Laurae2 for R-package. |
@StrikerRUS hey thanks for the ping, this one was not on my radar. I'll pick it up |
@jameslamb Great! Thank you. |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
There is a config2string after training model:
LightGBM/src/io/config_auto.cpp
Lines 549 to 654 in b1e5a84
However, as some parameters are not visible in cpp side when using python/R package, such as
num_iteration
in python package. Therefore, some logged parameters are not correct.The text was updated successfully, but these errors were encountered: