-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to regulate the range of Synthetic Data #189
Comments
@GlenLeee Good question! In response to your request, we here plan to use Rule Manager in version planning (see Issue #149). This module is in development and will be released in subsequent versions. In addition, if possible, can you provide a simple description of your data and which feature is most likely to cause this issue? So that we can further understand the situation from the application scenario side. (If this requirement is common, technically, we can also use metadata and data processor to automatically solve this requirement. This may also be a solution) Thank you again for your question and look forward to your reply! |
Hahahaha I'm a real person, the avatar is my cat. @GlenLeee |
Can you see the image I've attached? I've taken a portion of my dataset. |
I can't see it, all I can see is this ⬇️ Uploading 245eec5292e751ea0916e143837aa1d3.png… Theoretically, we can upload pictures in the issue. It shows uploading. Is it still uploading? |
I've posted the screenshot again and as you can see the dataset is all positive, but the data I generated using SDG has negative values, interesting question! |
I can see the picture now. I'll try to fix this soon, lets keep in touch :) |
Thank u sooo much :) |
same problem when using the iris dataset. |
hi @daydayuphere , This issue has been resolved. We have introduced the PositiveNegativeFilter to address this in the current main branch. Please see PR: #217 However, the current main branch has not yet been released. You can use I will release a version soon. |
3ks for your reply. Look forward to the new release. |
We have released version 0.2.1, which should cover the feature mentioned above. |
How to test this? looking for a code example... |
iam still getting the negative values when i run the code with the latest updates
|
I glanced at the PR, and the issue may be that the Filter was not added to the Process handling chain; perhaps this requires such a functional test from unit testing. We will supplement relevant content later. |
Could you provide us with a small CSV dataset to help us reproduce the bug? |
If there are any bug reports about this features, feel free to open a new issue to discuss them! |
Raised a bug Report #231 |
❓Search before asking
I have searched for issues similar to this one.
❓Description
I noticed that my original dataset contains only positive values, but the generated data includes negative values. How can I constrain the range of each column in the generated data?
The text was updated successfully, but these errors were encountered: