sdv.tabular module not loading

1k Views Asked by At

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.

1

There are 1 best solutions below

0
Bel On

I think there is an updated version, try

from sdv.single_table import GaussianCopulaSynthesizer

You can find more about it here: https://colab.research.google.com/drive/1MCTkTj9-93Ei-cLDQoj9AXaqPhpue7a3?usp=sharing#scrollTo=4MSVT6SdGBqY