You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please indicate the following details about the environment in which you found the bug:
RDT version: Any
Python version: Any
Operating System: Any
Error Description
If the DataFrame input into theHyperTransformer has an index that isn't in incremental order, the reverse transformed data might come back in the wrong order. Some transformers reset the index and when the BaseTransformer assigns the new columns it is sometimes out of order. This happens in the following lines because the rows of columns_data will reorder to match the index of data.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
If the
DataFrame
input into theHyperTransformer
has an index that isn't in incremental order, the reverse transformed data might come back in the wrong order. Some transformers reset the index and when theBaseTransformer
assigns the new columns it is sometimes out of order. This happens in the following lines because the rows ofcolumns_data
will reorder to match the index of data.RDT/rdt/transformers/base.py
Lines 126 to 130 in 10a996e
Steps to reproduce
The text was updated successfully, but these errors were encountered: