Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
91ace56
·
verified ·
1 Parent(s): 04eb347

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,9 +56,9 @@ In these files there are following fields:
56
  - **WLg_PetoPrentice_test** is a statistic of the Weighted Logrank test (weighted function: 'Peto-Prentice');
57
  - **WLg_Prentice_test** is a statistic of the Weighted Logrank test (weighted function: 'Prentice');
58
  - **WKM_test** is a statistic of the Weighted Kaplan-Meier test;
59
- - **CatBoost_test**,
60
  - **XGBoost_test**,
61
- - **LightAutoML_test**,
62
  - **SKLEARN_RF_test**,
63
  - **SKLEARN_LogReg_test**,
64
  - **SKLEARN_GB_test** are test statistics of the proposed ML-based methods.
 
56
  - **WLg_PetoPrentice_test** is a statistic of the Weighted Logrank test (weighted function: 'Peto-Prentice');
57
  - **WLg_Prentice_test** is a statistic of the Weighted Logrank test (weighted function: 'Prentice');
58
  - **WKM_test** is a statistic of the Weighted Kaplan-Meier test;
59
+ - **CatBoost_test** is a statistic of the proposed ML-method based on the CatBoost framework,
60
  - **XGBoost_test**,
61
+ - **LightAutoML_test** is a statistic of the proposed ML-method based on the LightAutoML (LAMA) framework,
62
  - **SKLEARN_RF_test**,
63
  - **SKLEARN_LogReg_test**,
64
  - **SKLEARN_GB_test** are test statistics of the proposed ML-based methods.