trans¶
-
ibex.trans(func=None, in_cols=None, out_cols=None, pass_y=False, kw_args=None)[source]¶ Parameters: - func –
One of:
None- a callable
- a step
- in_cols –
One of:
None- a string
- a list of strings
- out_cols –
- pass_y – Boolean indicating whether to pass the
yargument to - kw_args –
Returns: An
sklearn.preprocessing.FunctionTransformerobject.See the documentation for examples.
- func –