ydataai / ydata-synthetic

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

Doppelganger Training Parameters #340

Open iamamiramine opened 2 months ago

iamamiramine commented 2 months ago

I am trying to run doppelganger from examples/timeseries/mba_doppelganger.py. Could you please explain what are the parameters that I need to run the model and what they each correspond to? I do understand most of the parameters, but I am a bit confused about what measurement_cols is. When I use a specific column as measurement_col and try to generate a new sample, the values for this measurement_col are always off.

Mr-Teal commented 2 months ago

Same problem here. I do not know the meaning for most of the parameters in TrainParameters and ModelParameters and hence do not know whether I need to set them. What's worse is that I found the doc for ydata-synthetic did not include anything about the TrainParameters and ModelParameters.