I want to create a Pipeline in Scikit-Learn with a specific step being outlier detection and removal, allowing the transformed data to be passed to other transformers and estimator.
I have searched SE but can't find this answer anywhere. Is this possible?