dtoolkit.transformer.MethodTF.inverse_transform#

MethodTF.inverse_transform(X: ndarray) ndarray[source]#

Undo transform to X.

Parameters:
Xarray-like of shape (n_samples, n_features)

Input data that will be transformed.

Returns:
ndarray

Transformed data.

Notes

If inverse_transform_method is None, there would do nothing for X.