lale
lale copied to clipboard
All operators should support export_to_sklearn_pipeline
currently, only pipelines (BasePipeline and its children) implement this. It should be implemented for all Operators
we plan to create a new export_to_sklearn function on Operator. export_to_sklearn_pipeline will just call it and be deprecated / removed subject to compatibility constraints.