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/assets/synthetic-data.tsx
+47-9Lines changed: 47 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,14 @@ def run():
129
129
{'type': 'heading', 'data': sdgMethod}
130
130
))
131
131
if isDemo:
132
-
setResult(json.dumps(
133
-
{'type': 'heading', 'data': '''Demo'''}
134
-
))
135
-
setResult(json.dumps(
136
-
{'type': 'text', 'data': '''A demo dataset is loaded below. We will now generate synthetic data on the columns: 'sex', 'race1', 'ugpa', 'bar'. We will be using the Gaussian Copula method and evaluate the distribution and correlation differences between the real and synthetic data.'''}
Copy file name to clipboardExpand all lines: src/locales/en.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@
57
57
}
58
58
},
59
59
"syntheticData": {
60
+
"demo": {
61
+
"heading": "Information about demo dataset",
62
+
"description": "**UI text** A subset of the [Law School Admission Bar*](https://www.kaggle.com/datasets/danofer/law-school-admissions-bar-passage) dataset is used as a demo. Synthetic data will be generated for the following columns:\n\n \n- sex: student gender, i.e. 1 (male), 2 (female)\n- race1: race, i.e. asian, black, hispanic, white, other\n- ugpa: The student's undergraduate GPA, continous variable;\n- bar: Ground truth label indicating whether or not the student passed the bar, i.e. passed 1st time, passed 2nd time, failed, non-graduated\n\n \n\nThe CART method will be used evaluate the distribution and correlation differences between the real and synthetic data.\n\n \n\n*The original paper can be found [here](https://files.eric.ed.gov/fulltext/ED469370.pdf)."
63
+
},
60
64
"exportToPDF": "Download evaluation report as PDF",
61
65
"exportToJSON": "Download synthetic data as JSON",
62
66
"exportToCSV": "Download synthetic data as CSV",
@@ -84,8 +88,14 @@
84
88
"demoCard": {
85
89
"title": "Try it out!",
86
90
"description": "Do you not have a dataset at hand? No worries use our demo data set."
87
-
}
91
+
},
92
+
"columnsInDataset": "Detected column data-types in dataset",
93
+
"columnsInDatasetInfo": "If detected data types are incorrect, please change this locally in the dataset before uploading it again.",
94
+
"univariateCharts": "Univariate distributions of the uploaded dataset",
Copy file name to clipboardExpand all lines: src/locales/nl.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@
57
57
}
58
58
},
59
59
"syntheticData": {
60
+
"demo": {
61
+
"heading": "Informatie over demodataset",
62
+
"description": "**UI-tekst** Een subset van de [Law School Admission Bar*](https://www.kaggle.com/datasets/danofer/law-school-admissions-bar-passage) dataset wordt gebruikt als demo. Er zullen synthetische gegevens worden gegenereerd voor de volgende kolommen:\n\n \n\n- sex: geslacht van de student, d.w.z. 1 (man), 2 (vrouw)\n- race1: etniciteit, d.w.z. aziatisch, zwart, hispanic, wit, anders\n- ugpa: Het GPA van de student tijdens de undergraduate-opleiding, continue variabele;\n- bar: Waarheidslabel dat aangeeft of de student is geslaagd voor de bar, d.w.z. geslaagd 1e keer, geslaagd 2e keer, gezakt, niet-afgestudeerd\n\n \n\nDe CART-methode zal worden gebruikt om de verschillen in distributie en correlatie tussen de echte en synthetische gegevens te evalueren.\n\n \n\n*Het oorspronkelijke artikel is [hier](https://files.eric.ed.gov/fulltext/ED469370.pdf) te vinden."
63
+
},
60
64
"exportToPDF": "Download evulatie rapport als PDF",
61
65
"exportToJSON": "Download synthetische data als JSON",
62
66
"exportToCSV": "Download synthetische data als CSV",
@@ -84,7 +88,12 @@
84
88
"demoCard": {
85
89
"title": "Probeer het uit!",
86
90
"description": "Heeft u geen dataset bij de hand? Geen zorgen, gebruik onze demodataset."
87
-
}
91
+
},
92
+
"columnsInDataset": "Gedetecteerde kolom data-types in de dataset",
93
+
"columnsInDatasetInfo": "Als de gedetecteerd data types niet correct zijn, pas dit dan lokaal aan in de dataset voordat u deze opnieuw uploadt.",
94
+
"univariateCharts": "Univariate distributies van de geuploade dataset",
0 commit comments