Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,8 @@ In these files there are following fields:
|
|
22 |
- **real_perc1** is an actual censoring rate of sample 1;
|
23 |
- **real_perc2** is an actual censoring rate of sample 2;
|
24 |
- **perc** is the set censoring rate for the samples 1 and 2;
|
25 |
-
|
|
|
26 |
- **Peto_test**
|
27 |
- **Gehan_test**
|
28 |
- **logrank_test**
|
@@ -39,7 +40,8 @@ Values of classical two-sample tests under right-censored data:
|
|
39 |
- **WLg_PetoPrentice_test**
|
40 |
- **WLg_Prentice_test**
|
41 |
- **WKM_test**
|
42 |
-
|
|
|
43 |
- **CatBoost_test**
|
44 |
- **XGBoost_test**
|
45 |
- **LightAutoML_test**
|
|
|
22 |
- **real_perc1** is an actual censoring rate of sample 1;
|
23 |
- **real_perc2** is an actual censoring rate of sample 2;
|
24 |
- **perc** is the set censoring rate for the samples 1 and 2;
|
25 |
+
|
26 |
+
Test statistics of classical two-sample tests under right-censored data:
|
27 |
- **Peto_test**
|
28 |
- **Gehan_test**
|
29 |
- **logrank_test**
|
|
|
40 |
- **WLg_PetoPrentice_test**
|
41 |
- **WLg_Prentice_test**
|
42 |
- **WKM_test**
|
43 |
+
|
44 |
+
Test statistics of the proposed ML-based methods:
|
45 |
- **CatBoost_test**
|
46 |
- **XGBoost_test**
|
47 |
- **LightAutoML_test**
|