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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,7 @@ export const en = {
32
32
- all columns (except your bias metric column) should have the same datatypes, e.g., numerical or categorical;
33
33
- the bias metric column is numerical`,
34
34
performanceMetric: 'Bias metric',
35
-
performanceMetricTooltip:
36
-
'Clustering will be performed on the bias metrics. The bias metric should be numerical. Examples of bias metrics are "being classified as high risk" or "selected for an investigation"',
35
+
performanceMetricTooltip: 'Clustering will be performed on the bias metrics. The bias metric should be numerical. Examples of bias metrics are "being classified as high risk" or "selected for an investigation"',
37
36
dataType: 'Type of data',
38
37
dataTypeTooltip: 'Specify whether the data are categorical or numerical. All columns (except your bias metric column) should have the same data type',
0 commit comments