Skip to content

Commit 06a7033

Browse files
committed
format docstring
1 parent cc04ff2 commit 06a7033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctgan/synthesizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def fit(self, train_data, discrete_columns=tuple(), epochs=300, log_frequency=Tr
111111
Number of training epochs. Defaults to 300.
112112
log_frequency (boolean):
113113
Whether to use log frequency of categorical levels in conditional
114-
sampling. Defaults to True.
114+
sampling. Defaults to ``True``.
115115
"""
116116

117117
self.transformer = DataTransformer()

0 commit comments

Comments
 (0)