## Description <!-- A clear description of the bug --> setting verbosity = 1 doesn't suppress this warning. [LightGBM] [Warning] No further splits with positive gain, best gain: -inf If I switch to 'regression' as objective, this issue doesn't exist. So it means that there is some bug with the verbosity behavior. ## Reproducible example <!-- Minimal code that exhibits this behavior --> ## Environment info LightGBM version or commit hash: 4.4.0 Command(s) you used to install LightGBM ```shell pip install lightgbm=4.4 ``` <!-- Put any additional environment information here --> ## Additional Comments <!-- What else should we know? -->