ONNXModelWrapper

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

Bases: Transformer, MLWritable, MLReadable

Simple wrapper for ONNXModel 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.