Ibotta / pure-predict

Machine learning prediction in pure Python
Apache License 2.0
86 stars 7 forks source link

Cannot find 'pure_sklearn' counterpart for ColumnTransformer #16

Closed chethan-avyay closed 3 years ago

chethan-avyay commented 3 years ago

convert_estimator giving value error if I use for sklearn pipeline
pipe = convert_estimator(pipe)
i used above code for pipeline and I got below error image

denver1117 commented 3 years ago

Yes unfortunately this transformer isn't supported. By design, pure predict only supports a subset of sklearn estimators and transformers. Please feel free to contribute.