a2rl.DiscreteTokenizer.inverse_transform#
- DiscreteTokenizer.inverse_transform(df)[source]#
Revert the tokenized (i.e., discretized) data-frame bins back to their original space.
Due to discretization, the reconstructed numerical columns may not match to the original undiscretized data frame.
- Parameters:
df (
WiDataFrame
) – Tokenized data frame.- Return type:
- Returns:
Data frame in the original space (approximation).