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
Function composition would also implicitly yield a pipeline. Of course hyperparameter search over transformers would become pretty impossible, but still this seems worth supporting.
basically we need some kind of mixin or wrapper that does:
Then you can define
quantiletransform = transformer_to_patsy(QuantileTransformer())
and usequantiletransform(mycategories)
in a formula.The text was updated successfully, but these errors were encountered: