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
The predict() function has a start_iteration argument. As in Python, we could expose this argument to
lgb.dump() and Booster$dump_model(),
lgb.save() and Booster$save_model(), and
Booster$save_model_to_string().
Furthermore, we can also add it to lgb.model.dt.tree(), providing a straight-forward solution to #6380
The text was updated successfully, but these errors were encountered:
mayer79
changed the title
[R-package] Expose start_iteration to load/save
[R-package] Expose start_iteration to dump/save/lgb.model.dt.tree
Apr 1, 2024
The
predict()
function has astart_iteration
argument. As in Python, we could expose this argument tolgb.dump()
andBooster$dump_model()
,lgb.save()
andBooster$save_model()
, andBooster$save_model_to_string()
.Furthermore, we can also add it to
lgb.model.dt.tree()
, providing a straight-forward solution to #6380The text was updated successfully, but these errors were encountered: