-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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.cv
ignores verbose
argument
#4667
Comments
Thanks for opening this! Definitely looks like a bug. Are you interested in submitting a pull request? If not, I'll probably pick this up this weekend. |
I'll better leave it to you. |
Assigning this to myself to signal that I'm working on it right now. |
* fixes * revert debugging code * add test * check for LightGBM explicitly * empty commit * revert unnecessary line deletion * respect verbose everywhere and update params for constructted dataset * Update R-package/R/lgb.Dataset.R Co-authored-by: Nikita Titov <[email protected]> Co-authored-by: Nikita Titov <[email protected]>
This issue has been automatically locked since there has not been any recent activity since it was closed. |
In the R version, function
lgb.cv
has a parameterverbose
with this description:However, regardless of what I pass for verbose, it will still print
[Info]
and higher-up messages:The text was updated successfully, but these errors were encountered: