tabensemb.data.utils.OrdinalEncoder.inverse_transform#

method

OrdinalEncoder.inverse_transform(df: DataFrame | ndarray)[source]#

Inverse ordinal-encoding categorical features. If the input is a np.ndarray, the columns should match the recorded categorical features (features).