-
Notifications
You must be signed in to change notification settings - Fork 549
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 Negative values in the Generated Data #231
Comments
Thanks for reporting this, @jalr4ever would you like to take a look? |
@Wh1isper Yeah, I have also noticed this issue recently. I will catch this. |
@jalr4ever Can you confirm this issue has been fixed in #232? I think we should make a release for this. |
@Wh1isper Yeah!The next release is just around the corner! 🎉 |
@Bhargav-Ravinuthala Hi, We've just dropped a new release, check out version 0.2.2! You can use your original code, and the internal SDG will ensure the properties of positive and negative values. No need to manually add filters! |
Any way i can callobrate? i have been brain stroming your entire code, We are trying to use your code for one of the project and we need to fix this.... |
@Bhargav-Ravinuthala Hi, did you try the new release? Didn't it resolve the Bug? I have tested you data in local by 0.2.2, its seems Okay.🧐 |
Related Issues: #189
This is just a follow-up for the closed issue with respect to handelling negative values in the Generated Dataset.
Problem:
Seeing Negative Values in the generate Data for the Postive Columns from the user input.
How to Recreate
Sample Data
Book1.csv
Code:#which I recreated from the orginal class
Also Tested with the orginal code#
Expected Behavioure
Values polarities should follow the orginal Data.
Related PR's
#217
The text was updated successfully, but these errors were encountered: