rstudio / bundle

Prepare objects for serialization with a consistent interface
https://rstudio.github.io/bundle/
Other
27 stars 4 forks source link

remove lightgbm support? #24

Closed simonpcouch closed 2 years ago

simonpcouch commented 2 years ago

lightgbm currently has a dedicated bundling method, but will not need one when support for serialization via saveRDS + readRDS in the dev R package version (implemented in https://github.com/microsoft/LightGBM/pull/4685) hits CRAN. It may be worth removing the lightgbm support before our initial CRAN release so we don't need to work through a deprecation cycle for those bundlers.

Their release timeline here: https://github.com/microsoft/LightGBM/issues/5153

Related to tidymodels/bonsai#44—thanks for the note, @jameslamb. :)

juliasilge commented 2 years ago

This sounds like a good plan; let's remove the lightGBM support before the initial CRAN release. 👍