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
Copy file name to clipboardExpand all lines: src/locales/en.ts
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,39 @@ export const en = {
154
154
distributionsTitle: '4.1 Distributions',
155
155
diagnosticsReportTitle: '4.2. Diagnostic Report',
156
156
diagnosticsTitle: 'Diagnostic Results',
157
+
diagnosticsReportDescription: `For each column, diagnostic results are computed for the quality of the generated synthetic data. The computed metrics depend on the type of data.
158
+
159
+
For numerical (or datetime) columns the following metrics are computed:
160
+
- {tooltip:syntheticData.missingValueSimilarity}Missing value similarity{/tooltip}
'Compares whether the synthetic data has the same proportion of missing values as the real data for a given column',
173
+
rangeCoverage:
174
+
'Measures whether a synthetic column covers the full range of values that are present in a real column',
175
+
boundaryAdherenc:
176
+
'Measures whether a synthetic column respects the minimum and maximum values of the real column. It returns the percentage of synthetic rows that adhere to the real boundaries',
177
+
statisticSimilarity:
178
+
'Measures the similarity between real column and a synthetic column by comparing the mean, standard deviation and median',
179
+
kolmogorovSmirnovComplement:
180
+
'Computes the similarity of a real and synthetic numerical column in terms of the column shapes, i.e., the marginal distribution or 1D histogram of the column.',
181
+
categoryCoverage:
182
+
'Measures whether a synthetic column covers all the possible categories that are present in a real column',
183
+
categoryAdherence:
184
+
'Measures whether a synthetic column adheres to the same category values as the real data',
185
+
totalVariationComplement:
186
+
'Computes the similarity of a real and synthetic categorical column in terms of the column shapes, i.e., the marginal distribution or 1D histogram of the column.',
157
187
correlationMatrixTitle: 'Correlation matrix',
188
+
correlationMatrixDescription: `The matrix below illustrates the differences in pairwise correlations between variables in the original and synthetic data.
189
+
Green cells signify that the pairwise correlation was accurately captured, with 0 representing the best possible score. Red cells indicate poor capture of the pairwise correlation.`,
0 commit comments