Skip to content
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

[BUG]: Lightgbm 4.0 showing debug info #3660

Closed
3 tasks done
celestinoxp opened this issue Jul 25, 2023 · 3 comments
Closed
3 tasks done

[BUG]: Lightgbm 4.0 showing debug info #3660

celestinoxp opened this issue Jul 25, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@celestinoxp
Copy link
Contributor

pycaret version checks

Issue Description

Pycaret allow install latest version of lightgbm, but something has changed, because now is show by dafault all debug info and warnings. can confirm if verbose param values has changed?

image

Reproducible Example

setup()...

Expected Behavior

no lightgbm messages after setup

Actual Results

.

Installed Versions

latest-dev
@celestinoxp celestinoxp added the bug Something isn't working label Jul 25, 2023
@celestinoxp
Copy link
Contributor Author

maybe related to microsoft/LightGBM#6014 ?

@moezali1
Copy link
Collaborator

@celestinoxp Can you try if this command will make it silent?

import os
os.environ["PYCARET_CUSTOM_LOGGING_LEVEL"] = "CRITICAL"

@moezali1 moezali1 self-assigned this Aug 13, 2023
@celestinoxp
Copy link
Contributor Author

celestinoxp commented Aug 14, 2023

@celestinoxp Can you try if this command will make it silent?

import os
os.environ["PYCARET_CUSTOM_LOGGING_LEVEL"] = "CRITICAL"

does not work, the warnings continue to appear

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants