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
lgb.cv() returns an object of class CVBooster. That class has a public method, $reset_parameter(), which is intended to be used to update the parameters of each Booster in CVBooster$boosters.
That method, which was added about 5 years ago (f3f2f5a), currently throws an error when called.
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
lgb.cv()
returns an object of classCVBooster
. That class has a public method,$reset_parameter()
, which is intended to be used to update the parameters of eachBooster
inCVBooster$boosters
.That method, which was added about 5 years ago (f3f2f5a), currently throws an error when called.
Reproducible example
Environment info
LightGBM version or commit hash: v3.3.1.99 (7b10baf)
Command(s) you used to install LightGBM
sh build-cran-package.sh --no-build-vignettes && \ R CMD INSTALL ./lightgbm_3.3.1.99.tar.gz
Using R 4.1.0 on macOS.
Additional Comments
In the Python package, this works without issue.
The text was updated successfully, but these errors were encountered: