Kalyan Veeramachaneni
Kalyan Veeramachaneni
We have in the past tried ```Nevergrad```. Alternatively, we can just add ```Nevergrad```, ```Scitkit-optimize``` and ```PySOT``` individually.
@micahjsmith @csala any comments?
From @leix28 The randomness comes from the data transformation https://github.com/sdv-dev/TGAN/blob/master/tgan/data.py#L239. `TGAN` fits Gaussian Mixture models (GMM) on all continuous columns and transforms those columns. We use the `GMM` implementation in...
@k15z how many number of `epochs` are needed to train the model? Also @udvattam reported 1.5 hours on the same dataset. Is there a recommendation on the `batch_size`?