Patrick Bezzina

Results 5 comments of Patrick Bezzina

In a **Databricks environment**: 1. create a new notebook 2. Enter the following script: !pip install lux import pandas as pd import lux ### Load dataset df = pd.read_csv("data/abcdefg.csv") df.intent...

@amberyic how did you solve the problem you reported on Github related to TimeGAN with different input/output array sizes. I'm interested to know because I'm facing the same problem. Would...

@amberyic thanks for your reply. Can you give me some tips how you generated the data features for the DoppelGANger? Did you use stock prices or returns?

@jfsantos-ds thanks for your reply. I'm using the sample method to retrieve samples after training the GAN. I'm not understanding this bit "_To achieve your desired output from such a...

Hi everyone, can anybody tell me where I can get the data to run this repository please? I'm using "python main.py --mode=download_data" and it gets stuck after 121K. Thanks.