Skip to content

Commit 6e5a57f

Browse files
committed
Fix docstring
1 parent dd1feab commit 6e5a57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdmetrics/column_pairs/statistical/contingency_similarity.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ def compute(cls, real_data, synthetic_data, continuous_column_names=None, num_di
5353
5454
Args:
5555
real_data (pd.DataFrame):
56-
The target columns the real dataset.
56+
The values from the real dataset.
5757
synthetic_data (pd.DataFrame):
58-
The target columns the synthetic dataset.
58+
The values from the synthetic dataset.
5959
continuous_column_names (list[str], optional):
6060
The list of columns to discretize before running the metric. The column names in
6161
this list should match the column names in the real and synthetic data. Defaults

0 commit comments

Comments
 (0)