dtoolkit.pipeline.FeatureUnion.inverse_transform#
- FeatureUnion.inverse_transform(X: Any) Any[source]#
Undo transform to
X.Notes
This function default do nothing to
X. So it will return itself. The function aim is to keep the pipeline don’t break withoutinverse_transform().