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
In the LightGBM R package, the current_iter attribute of independently trained models appears to share the same memory reference. This results in unexpected behavior where querying current_iter from one model affects the value of current_iter in another independent model.
The text was updated successfully, but these errors were encountered:
jameslamb
changed the title
current_iter in LightGBM R Model Objects Shares Memory Across Independent Models
[R-package] current_iter in LightGBM R Model Objects Shares Memory Across Independent Models
Jan 29, 2025
Description
In the LightGBM R package, the current_iter attribute of independently trained models appears to share the same memory reference. This results in unexpected behavior where querying current_iter from one model affects the value of current_iter in another independent model.
Reproducible example
Environment info
LightGBM version: 4.5.0
The text was updated successfully, but these errors were encountered: