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.
The fastest way to get started is through a Google Colab Notebook. Click the link below to view a pre-populated notebook with a sample dataset.
Create a copy of this notebook for your own use. You can upload your own data and run any of the code you see on this site.
You can also install the
rdt
package directly on your device.- We recommend using a virtual environment (such as virtualenv) to avoid conflicts with other software on your device
These docs are for RDT version 1.3. If you are using a previous version, please update to see the new functionality.
pip
conda
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 2mo ago