Install the CTGAN standalone library
mainYou can install CTGAN directly as a standalone library using pip or conda.
Note: When using CTGAN directly, you must manually preprocess your data to ensure:
- Continuous data is represented as floats.
- Discrete data is represented as ints or strings.
- The data contains no missing values.