-
Notifications
You must be signed in to change notification settings - Fork 46
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
Implemented Privacy Metrics #55
Conversation
Implemented privacy metrics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like the error from Github Actions happens because of the latest torch release. We could try capping it to "torch<1.8" on the workflow yaml file. Also see why here it fails but other projects do not.
Also: sdmetrics/single_table/README.md
should be updated to add the new metrics.
I just re-triggered the last build that failed because of the GMLogLikelihood noisy output. I also opened issue #56 to work around this problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great now!
Resolves #36.