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)

Arguments

zipfile

A path to the zip file containing the saved model objects.

Value

A parsnip model fit with LightGBM model.