Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-oss committed Jul 1, 2022
1 parent 4fdf120 commit bb454a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion synth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pip install smartnoise-synth
### MWEM

```python
import snsynth
import pandas as pd
import numpy as np

Expand All @@ -38,8 +39,10 @@ print(sample)
### DP-CTGAN

```python
import snsynth
import pandas as pd
import numpy as np

from snsynth.pytorch.nn import DPCTGAN
from snsynth.pytorch import PytorchDPSynthesizer

Expand All @@ -56,8 +59,10 @@ print(sample)
### PATE-CTGAN

```python
import snsynth
import pandas as pd
import numpy as np

from snsynth.pytorch.nn import PATECTGAN
from snsynth.pytorch import PytorchDPSynthesizer

Expand Down Expand Up @@ -87,4 +92,4 @@ Please let us know if you encounter a bug by [creating an issue](https://github.

We appreciate all contributions. Please review the [contributors guide](../contributing.rst). We welcome pull requests with bug-fixes without prior discussion.

If you plan to contribute new features, utility functions or extensions to this system, please first open an issue and discuss the feature with us.
If you plan to contribute new features, utility functions or extensions to this system, please first open an issue and discuss the feature with us.

0 comments on commit bb454a2

Please sign in to comment.