Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,7 @@ data
|
|
32 |
|
33 |
# Dataset & Samples
|
34 |
In these files there are following fields:
|
|
|
35 |
--- sample parameters ---
|
36 |
- **sample** is a type of the sample (train, val, test). These field is need to split dataset into train-validate-test samples for ML-model training;
|
37 |
- **H0_H1** is a true hypothesis: if **H0**, then test statistics were simulated under S1(t)=S2(t); if **H1**, then test statistics were simulated under S1(t)≠S2(t);
|
@@ -41,6 +42,7 @@ In these files there are following fields:
|
|
41 |
- **perc** is a set (expected) censoring rate for the samples 1 and 2;
|
42 |
- **real_perc1** is an actual censoring rate of sample 1;
|
43 |
- **real_perc2** is an actual censoring rate of sample 2;
|
|
|
44 |
--- classical two-sample tests ---
|
45 |
- **Peto_test** is a statistic of the Peto and Peto’s Generalized Wilcoxon test (which is computed on two samples under parameters described above);
|
46 |
- **Gehan_test** is a statistic of the Gehan’s Generalized Wilcoxon test;
|
@@ -58,6 +60,7 @@ In these files there are following fields:
|
|
58 |
- **WLg_PetoPrentice_test** is a statistic of the Weighted Logrank test (weighted function: 'Peto-Prentice');
|
59 |
- **WLg_Prentice_test** is a statistic of the Weighted Logrank test (weighted function: 'Prentice');
|
60 |
- **WKM_test** is a statistic of the Weighted Kaplan-Meier test;
|
|
|
61 |
--- proposed ML-methods for two-sample problem ---
|
62 |
- **CatBoost_test** is a statistic of the proposed ML-method based on the CatBoost framework;
|
63 |
- **XGBoost_test** ;
|
|
|
32 |
|
33 |
# Dataset & Samples
|
34 |
In these files there are following fields:
|
35 |
+
|
36 |
--- sample parameters ---
|
37 |
- **sample** is a type of the sample (train, val, test). These field is need to split dataset into train-validate-test samples for ML-model training;
|
38 |
- **H0_H1** is a true hypothesis: if **H0**, then test statistics were simulated under S1(t)=S2(t); if **H1**, then test statistics were simulated under S1(t)≠S2(t);
|
|
|
42 |
- **perc** is a set (expected) censoring rate for the samples 1 and 2;
|
43 |
- **real_perc1** is an actual censoring rate of sample 1;
|
44 |
- **real_perc2** is an actual censoring rate of sample 2;
|
45 |
+
|
46 |
--- classical two-sample tests ---
|
47 |
- **Peto_test** is a statistic of the Peto and Peto’s Generalized Wilcoxon test (which is computed on two samples under parameters described above);
|
48 |
- **Gehan_test** is a statistic of the Gehan’s Generalized Wilcoxon test;
|
|
|
60 |
- **WLg_PetoPrentice_test** is a statistic of the Weighted Logrank test (weighted function: 'Peto-Prentice');
|
61 |
- **WLg_Prentice_test** is a statistic of the Weighted Logrank test (weighted function: 'Prentice');
|
62 |
- **WKM_test** is a statistic of the Weighted Kaplan-Meier test;
|
63 |
+
|
64 |
--- proposed ML-methods for two-sample problem ---
|
65 |
- **CatBoost_test** is a statistic of the proposed ML-method based on the CatBoost framework;
|
66 |
- **XGBoost_test** ;
|