Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
e69bca6
·
verified ·
1 Parent(s): 1e00116

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -23,11 +23,4 @@ In these files there are following fields:
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
  - **Peto_test**, **Gehan_test**, **logrank_test**, **CoxMantel_test**, **BN_GPH_test**, **BN_MCE_test**, **BN_SCE_test**, **Q_test**, **MAX_Value_test**, **MIN3_test**, **WLg_logrank_test**, **WLg_TaroneWare_test**, **WLg_Breslow_test**, **WLg_PetoPrentice_test**, **WLg_Prentice_test**, **WKM_test** are test statistics of classical two-sample tests under right-censored data;
26
-
27
- Test statistics of the proposed ML-based methods:
28
- - **CatBoost_test**
29
- - **XGBoost_test**
30
- - **LightAutoML_test**
31
- - **SKLEARN_RF_test**
32
- - **SKLEARN_LogReg_test**
33
- - **SKLEARN_GB_test**
 
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
  - **Peto_test**, **Gehan_test**, **logrank_test**, **CoxMantel_test**, **BN_GPH_test**, **BN_MCE_test**, **BN_SCE_test**, **Q_test**, **MAX_Value_test**, **MIN3_test**, **WLg_logrank_test**, **WLg_TaroneWare_test**, **WLg_Breslow_test**, **WLg_PetoPrentice_test**, **WLg_Prentice_test**, **WKM_test** are test statistics of classical two-sample tests under right-censored data;
26
+ - **CatBoost_test**, **XGBoost_test**, **LightAutoML_test**, **SKLEARN_RF_test**, **SKLEARN_LogReg_test**, **SKLEARN_GB_test** are test statistics of the proposed ML-based methods.