Skip to content

Commit bb454a2

Browse files
authored
Update README.md
1 parent 4fdf120 commit bb454a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: synth/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pip install smartnoise-synth
2222
### MWEM
2323

2424
```python
25+
import snsynth
2526
import pandas as pd
2627
import numpy as np
2728

@@ -38,8 +39,10 @@ print(sample)
3839
### DP-CTGAN
3940

4041
```python
42+
import snsynth
4143
import pandas as pd
4244
import numpy as np
45+
4346
from snsynth.pytorch.nn import DPCTGAN
4447
from snsynth.pytorch import PytorchDPSynthesizer
4548

@@ -56,8 +59,10 @@ print(sample)
5659
### PATE-CTGAN
5760

5861
```python
62+
import snsynth
5963
import pandas as pd
6064
import numpy as np
65+
6166
from snsynth.pytorch.nn import PATECTGAN
6267
from snsynth.pytorch import PytorchDPSynthesizer
6368

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

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

90-
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.
95+
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 commit comments

Comments
 (0)