Closed chethan-avyay closed 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
pipe = convert_estimator(pipe)
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.
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