ydataai / ydata-synthetic

Synthetic data generators for tabular and time-series data
https://docs.synthetic.ydata.ai
MIT License
1.41k stars 234 forks source link

[BUG] Is training data be sent across the network to compute the syntactic data? #278

Open Hemasundararaop opened 1 year ago

Hemasundararaop commented 1 year ago

Hi Team, Is training data be sent across the network to compute the syntactic data? OR it is computed locally without network call?

Regards, Hemasundar.

aquemy commented 1 year ago

Hi @Hemasundararaop,

All models are created and trained locally without any data being sent through network. The only exception is Fabric Regular Synthesizer which requires a token from YData Fabric and sends the training data to Fabric during the training.