This is the paired function to lgbm_save
. It loads a zip
file containing a parsnip specification and LightGBM model, then recombines
them into a single object.
lgbm_load(zipfile)
A path to the zip file containing the saved model objects.
A parsnip model fit with LightGBM model.