You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used LightGBM sklearn API, I found that the 'silent' parameter was not included in the latest version(3.3.2.99). I chcked the documentation, but couldn't find any relevant information.
But the docs in 3.3.2 still have the 'silent' parameter.
Environment info
LightGBM version: 3.3.2.99
The text was updated successfully, but these errors were encountered:
Yes, the use of silent in several places in the Python package's public API was removed in #4800. That change will be a part of LightGBM 4.0.0 (#5153).
To achieve the same behavior in both old and new versions of lightgbm, please use verbosity (click here for documentation).
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.
Description
When I used LightGBM sklearn API, I found that the 'silent' parameter was not included in the latest version(3.3.2.99). I chcked the documentation, but couldn't find any relevant information.
But the docs in 3.3.2 still have the 'silent' parameter.
Environment info
LightGBM version: 3.3.2.99
The text was updated successfully, but these errors were encountered: