Modeling
The SDV creates synthetic data using machine learning. A synthesizer is an object that you can use to accomplish this task.
You'll start by creating a synthesizer based on your metadata
Next, you'll train the synthesizer using real data. In this phase, the synthesizer will learn patterns from the real data.
Once your synthesizer is trained, you can use it to generate new, synthetic data.
What's next?
Explore the PARSynthesizer. This sequential synthesizer is available in the open source SDV.
Want to improve your synthetic data? You can control the pre- and post-processing steps in your synthesizer, and set up custom, anonymization controls. See the Advanced Features for more options.
Last updated