LightGBMModelWrapper

class sparklightautoml.ml_algo.boost_lgbm.LightGBMModelWrapper(model=None)[source]

Bases: Transformer, MLWritable, MLReadable

Simple wrapper for synapse.ml.lightgbm.[LightGBMRegressionModel|LightGBMClassificationModel] to fix issue with loading model from saved composite pipeline.

For more details see: https://github.com/microsoft/SynapseML/issues/614.

classmethod read()[source]

Returns an MLReader instance for this class.