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

Fix README #19

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Metasynth disclosure control
# Metasyn disclosure control

This is a plugin for the [MetaSynth](https://github.com/sodascience/metasynth) Python library. MetaSynth
This is a plugin for the [metasyn](https://github.com/sodascience/metasyn) Python library. Metasyn
is a package to create synthetic data for tabular datasets automatically.
While the base MetaSynth package is generally good at protecting privacy, it doesn't adhere to any
While the base metasyn package is generally good at protecting privacy, it doesn't adhere to any
standard level of privacy. For example, the uniform distributions in the base package will simply find
the lowest and highest values in the dataset, and use those as the boundaries for the uniform
distribution. In some cases the minimum and maximum values can be disclosive. That is why we have
Expand Down Expand Up @@ -50,7 +50,7 @@ Implemented:

### String

Currently only Faker distribution is implemented (which is the same as the MetaSynth base package,
Currently only Faker distribution is implemented (which is the same as the metasyn base package,
since the distribution is not fit to any data). The regex distribution is currently not implemented.

### Categorical
Expand Down