You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to verify that the result is a Pipeline before calling export_to_sklearn_pipeline on it.
This assertion should be removed once Operator supports get_pipeline, as per IBM#544
to verify that the result is a Pipeline before calling export_to_sklearn_pipeline on it.
This assertion should be removed once Operator supports get_pipeline, as per #544
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.
currently, only pipelines (BasePipeline and its children) implement this.
It should be implemented for all Operators
The text was updated successfully, but these errors were encountered: