You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The function adversary_dataset adds a column "privacy_test_is_training" to the adversary dataset, indicating whether the record was part of the training set or not
# The function adversary_dataset adds a column "privacy_test_is_training" to the adversary dataset, indicating whether the record was part of the training set or not
"#### 2.1 Statistical properties and mutual information"
134
+
"#### 2.1 Statistical properties and mutual information\n",
135
+
"These functions compute general statistical features, the correlation matrices and the difference between the correlation matrix of the real and synthetic dataset."
133
136
]
134
137
},
135
138
{
@@ -147,7 +150,10 @@
147
150
"cell_type": "markdown",
148
151
"metadata": {},
149
152
"source": [
150
-
"#### 2.2 ML utility - Train on Synthetic Test on Real"
153
+
"#### 2.2 ML utility - Train on Synthetic Test on Real\n",
154
+
"The `compute_utility_metrics_class` trains multiple machine learning classification models on the synthetic dataset and evaluates their performance on the validation set.\n",
155
+
"\n",
156
+
"For comparison, it also trains the same models on the original training set and evaluates them on the same validation set. This allows a direct comparison between models trained on synthetic data and those trained on real data."
0 commit comments