Datasets:
Update README.md
Browse files
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.
|