Skip to content

Commit 2459aaa

Browse files
committed
average per cluster
1 parent 121a3e5 commit 2459aaa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/assets/bias-detection-python-code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def run():
542542
charts.append({
543543
'yAxisLabel': 'distribution.frequency',
544544
'type': 'clusterNumericalVariableDistribution',
545-
'headingKey': 'biasAnalysis.distribution.heading',
545+
'headingKey': 'biasAnalysis.distribution.headingAverage',
546546
'title': var,
547547
'meanValue': overall_means[var],
548548
'data': means[var].to_json(orient='records'),

src/locales/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ For categorical data a two-sided Z-test, while for numerical data a two-sided t-
393393
distribution: {
394394
mainHeading: '6. Cluster differences wrt. features',
395395
heading: '"{{variable}}" distribution per cluster:',
396+
headingAverage: '"Average {{variable}}" per cluster:',
396397
noResultsClusterDifferences: `No results for cluster differences with respect to features are shown, because there is no statistically significant difference in {{biasVariable}} between the most deviating cluster and the rest of the dataset.`,
397398
},
398399
splittingDataset: {

src/locales/nl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ Een eenzijdige Z-toets wordt uitgevoerd:
350350
distribution: {
351351
mainHeading: '6. Cluster verschillen mbt. eigenschappen',
352352
heading: '"{{variable}}" verdeling per cluster:',
353+
headingAverage: '"Gemiddelde {{variable}}" per cluster:',
353354
noResultsClusterDifferences: `Er worden geen resultaten getoond voor clusterverschillen met betrekking tot kenmerken, omdat er geen statistisch significant verschil is in {{biasVariable}} tussen het meest afwijkende cluster en de rest van de dataset.`,
354355
},
355356
splittingDataset: {

0 commit comments

Comments
 (0)