RDT icon indicating copy to clipboard operation
RDT copied to clipboard

A library of Reversible Data Transforms

Results 61 RDT issues
Sort by recently updated
recently updated
newest added

### Problem Description _As an engineer, I'd like to see the results of CI workflows quickly so that I cna make changes or merge PRs more efficiently._ Github only allows...

maintenance

This is an auto-generated PR with the **latest** code analysis results.

This is an auto-generated PR with the **latest** code analysis results.

### Environment details If you are already running RDT, please indicate the following details about the environment in which you are running it: * RDT version: 1.11.0 * Python version:...

question
new

When using CTGAN, data is normalized using ClusterBasedNormalizer. In RDT, GaussianNormalizer is also implemented. What are the advantages of ClusterBasedNormalizer and GaussianNormalizer compared to using sklearn's PowerTransformer (https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html) with the...

question

In the case where the column names contain only numbers, typically when scaling the data, the code doesn't work well because the first value of the variable will be a...

### Environment Details Please indicate the following details about the environment in which you found the bug: * RDT version: latest * Python version: 3.9.6 * Operating System: OSX ###...

bug

### Problem Description When external users submit PRs, there is currently a CLA assistant bot that auto-responds asking them to sign an agreement. This CLA bot is **out-of-date**, as we...

internal