Installation
If you'd like to use RDT for synthetic data, we recommend installing the SDV library. It will automatically download RDT, along with other libraries to support synthetic data generation and evaluation.
- We recommend using a virtual environment (such as virtualenv) to avoid conflicts with other software on your device
To verify that you have installed the RDT correctly, check your version using the following code:
import rdt
print(rdt.__version__)
If you are having issues installing RDT, please visit our GitHub. You can browse existing issues and raise a new one if you cannot find a solution.
Last modified 1mo ago