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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,13 @@ export const en = {
110
110
tooltip:
111
111
'By default, the CART method is used to generate synthetic data. CART generally produces higher quality synthetic data, but might not work well on datasets with categorical variables with 20+ categories. Use Gaussian Copula in those cases.',
112
112
},
113
+
nanTreatment: {
114
+
title: 'NaN Values Treatment',
115
+
drop: 'Drop rows with NaN values',
116
+
impute: 'Impute NaN values',
117
+
tooltip:
118
+
'When using Gaussian Copula, you can choose how to handle missing values (NaN values) in your dataset. Dropping rows with NaN values removes them completely, while imputation replaces them with mean values for numerical columns and mode values for categorical columns.',
Copy file name to clipboardExpand all lines: src/locales/nl.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,13 @@ export const nl = {
113
113
tooltip:
114
114
'In principe wordt de CART-methode gebruikt om synthetische data te genereren. CART levert over het algemeen synthetische data van hoge kwaliteit, maar werkt mogelijk niet goed bij datasets met categorische variabelen met meer dan 20 categorieën. Gebruik in die gevallen de Gaussian Copula.',
115
115
},
116
+
nanTreatment: {
117
+
title: 'NaN Waarden Behandeling',
118
+
drop: 'Verwijder rijen met NaN waarden',
119
+
impute: 'Vervang NaN waarden',
120
+
tooltip:
121
+
'Bij gebruik van Gaussian Copula kunt u kiezen hoe u omgaat met ontbrekende waarden (NaN waarden) in uw dataset. Het verwijderen van rijen met NaN waarden verwijdert deze volledig, terwijl imputatie deze vervangt door gemiddelde waarden voor numerieke kolommen en modus waarden voor categorische kolommen.',
0 commit comments