Skip to content
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

Handling datetime generation #10

Open
DaveBrind-zz opened this issue Apr 27, 2022 · 0 comments
Open

Handling datetime generation #10

DaveBrind-zz opened this issue Apr 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@DaveBrind-zz
Copy link
Contributor

At the moment SDMETRICS gives many warnings originating from line 40 in their utils file https://github.com/sdv-dev/SDMetrics/blob/master/sdmetrics/utils.py. This function calculates frequencies of values in original data & synthetic data and throws warnings when values in synthetic data cannot be found in the real data.

It seems to do this a lot for datetime columns and this is probably due to the generation calculating them down to the smallest unit of time. Need to look at potentially truncating datetime columns to match whatever the unit in the input column is.

At the moment this is just handled by suppressing the warnings.

@DaveBrind-zz DaveBrind-zz added the enhancement New feature or request label Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant