Trying to use sdv to create synthetic data. But the sdv.tabular
module is not loaded into the notebook.
Ran from sdv.tabular
import GaussianCopula
trying to import one of the models from the library but I am getting a 'No module named sdv.tabular'
error.
The code I am running is copied from an article that had no issues.