Skip to content

Commit 3bdfe03

Browse files
committed
make release-tag: Merge branch 'master' into stable
2 parents 107e23f + 35976ca commit 3bdfe03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/user_guides/single_table/custom_constraints.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Then, we pack every thing together in ``CustomConstraint``.
6969
.. ipython:: python
7070
:okwarning:
7171
72+
from sdv.constraints import CustomConstraint
73+
7274
constraint = CustomConstraint(
7375
transform=transform,
7476
reverse_transform=reverse_transform
@@ -168,6 +170,8 @@ We now stich everything together and pass it to the model.
168170
.. ipython:: python
169171
:okwarning:
170172
173+
from sdv.tabular import GaussianCopula
174+
171175
constraint = CustomConstraint(
172176
columns=['salary', 'annual_bonus'],
173177
transform=transform,

0 commit comments

Comments
 (0)