Anuar Maratkhan

Results 10 comments of Anuar Maratkhan

Hello @npatki! I'm experiencing a similar issue while dealing with my data. The issue I am getting is `sdv.errors.InvalidDataError: The provided data does not match the metadata: Invalid values found...

Hi @srinify, thank you for your quick response. Here is what metadata looks like (I removed the exact column names to preserve privacy): ```json { "columns": { "sequence_id": { "sdtype":...

Hi @srinify, are there any updates on this?

Hi @npatki, can you please elaborate on this?

Hi, @srinify! Thank you for your reply. Further discussion on the issues: > **I will attempt to reproduce this today but I may run into some issues here if this...

Hi, @srinify. To help debug the issue, I have prepared a toy dataset that clearly shows the issues I previously described here. The CSV file with training data is attached...

Hi @srinify! I was able to "fix" the issue. The issue was that SDV samples float values (although the actual data was integers). As a result, the sampled values were...

Hi, @srinify! Yes, you are right; the data is all floats. My bad, I didn't notice that. But as far as I remember, even for integer columns, SDV generates float...

Hi @srinify and @npatki! Thanks for your valuable input on the issue. As I said earlier, float values remain a minor issue in our case since we can simply round...

Hi, @srinify! I am experiencing the same issue for a numerical column in the time series sampled with `PARSynthesizer`. Here is the distribution plot: I would really appreciate any help...