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
I just came across the FunctionTransformer. Does the flow_to_sklearn / sklearn_to_flow support this module? If not, do we block uploading this?
(Just putting it out here, will write a MWE when I have time)
The text was updated successfully, but these errors were encountered:
@mfeurer suggests adding an example and a unit test.
Using np.exp works but lambda x: np.exp(x) probably doesn't work without having the function defined and named somewhere.
I just came across the FunctionTransformer. Does the flow_to_sklearn / sklearn_to_flow support this module? If not, do we block uploading this?
(Just putting it out here, will write a MWE when I have time)
The text was updated successfully, but these errors were encountered: