Environment details
- SDV version:1.26
- Python version: 3.12
- Operating System:Linux
Problem description
I want to synthesize time series data using the CPAR model provided by SDV. However, my real data has a large long-tail distribution, with a large proportion of 0 and sparse non-zero data. I can now learn the distribution of 0 very well, but the non-zero portion is always much smaller than the real data. How can I generate data similar to my real data?
What I already tried
My real data contains 198,110 values, of which 176,200 are 0s, and the rest range from 0.0001 to 35.9779. The range of my synthesized data is 0.01 to 4.61. How can I get the model to generate data within this range?
If possible, also add below the exact code that you are running.>
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
Environment details
Problem description
I want to synthesize time series data using the CPAR model provided by SDV. However, my real data has a large long-tail distribution, with a large proportion of 0 and sparse non-zero data. I can now learn the distribution of 0 very well, but the non-zero portion is always much smaller than the real data. How can I generate data similar to my real data?
What I already tried
My real data contains 198,110 values, of which 176,200 are 0s, and the rest range from 0.0001 to 35.9779. The range of my synthesized data is 0.01 to 4.61. How can I get the model to generate data within this range?
If possible, also add below the exact code that you are running.>