ca692526

Results 2 comments of ca692526

Thanks for looking into this @csala. Below is the traceback for LSTMDetection. --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 LSTMDetection.compute(real_data, synthetic_data, metadata) ~/.cache/pypoetry/virtualenvs/venv/lib/python3.7/site-packages/sdmetrics/timeseries/detection.py in compute(cls, real_data, synthetic_data,...

Below is the traceback for TSFCDetection @csala --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 TSFCDetection.compute(real_data, synthetic_data, metadata) ~/.cache/pypoetry/virtualenvs/venv/lib/python3.7/site-packages/sdmetrics/timeseries/detection.py in compute(cls, real_data, synthetic_data, metadata, entity_columns) 83 transformer.fit(real_data.drop(entity_columns, axis=1))...