IQVIA-ML / LightGBM.jl

Julia FFI interface to Microsoft's LightGBM package
Other
93 stars 10 forks source link

fix: prevent mutation of categorical_feature inside stringifyparams #132

Closed characat0 closed 1 year ago

characat0 commented 1 year ago

Fixes https://github.com/IQVIA-ML/LightGBM.jl/issues/131

Assign to a new variable instead of assigning inplace. This is useful during CV where the model is trained many times.