Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ This dataset contains the synthetic data simulated by the Monte Carlo method and
|
|
| 14 |
|
| 15 |
# Repository
|
| 16 |
|
| 17 |
-
The files of this dataset
|
| 18 |
~~~
|
| 19 |
data
|
| 20 |
├── 1_raw
|
|
@@ -26,9 +26,9 @@ data
|
|
| 26 |
└── dataset_with_ML_pred.tsv.gz
|
| 27 |
~~~
|
| 28 |
|
| 29 |
-
- **two_sample_problem_dataset.tsv.gz** is a raw simulated data. In the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting), this file must be located in the _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/1_raw/_
|
| 30 |
-
- **sample_train.tsv.gz** and **sample_simulation.tsv.gz** are train and test samples splited from the **two_sample_problem_dataset.tsv.gz**. In the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting), these files must be located in the _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/2_samples/_
|
| 31 |
-
- **dataset_with_ML_pred.tsv.gz** is the test sample supplemented by the predictions of the proposed ML-methods. In the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting), this file must be located in the _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/3_dataset_with_ML_pred/_
|
| 32 |
|
| 33 |
# Dataset & Samples
|
| 34 |
In these files there are following fields:
|
|
@@ -40,22 +40,22 @@ In these files there are following fields:
|
|
| 40 |
- **perc** is a set (expected) censoring rate for the samples 1 and 2;
|
| 41 |
- **real_perc1** is an actual censoring rate of sample 1;
|
| 42 |
- **real_perc2** is an actual censoring rate of sample 2;
|
| 43 |
-
- **Peto_test** is a statistic of the Peto and Peto’s Generalized Wilcoxon
|
| 44 |
-
- **Gehan_test** is a statistic of the
|
| 45 |
-
- **logrank_test** is a statistic of the
|
| 46 |
-
- **CoxMantel_test** is a statistic of the
|
| 47 |
-
- **BN_GPH_test** is a statistic of the
|
| 48 |
-
- **BN_MCE_test** is a statistic of the
|
| 49 |
-
- **BN_SCE_test** is a statistic of the
|
| 50 |
-
- **Q_test** is a statistic of the
|
| 51 |
-
- **MAX_Value_test** is a statistic of the
|
| 52 |
-
- **MIN3_test** is a statistic of the
|
| 53 |
-
- **WLg_logrank_test** is a statistic of the
|
| 54 |
-
- **WLg_TaroneWare_test** is a statistic of the
|
| 55 |
-
- **WLg_Breslow_test** is a statistic of the
|
| 56 |
-
- **WLg_PetoPrentice_test** is a statistic of the
|
| 57 |
-
- **WLg_Prentice_test** is a statistic of the
|
| 58 |
-
- **WKM_test**
|
| 59 |
- **CatBoost_test**,
|
| 60 |
- **XGBoost_test**,
|
| 61 |
- **LightAutoML_test**,
|
|
|
|
| 14 |
|
| 15 |
# Repository
|
| 16 |
|
| 17 |
+
The files of this dataset have following structure:
|
| 18 |
~~~
|
| 19 |
data
|
| 20 |
├── 1_raw
|
|
|
|
| 26 |
└── dataset_with_ML_pred.tsv.gz
|
| 27 |
~~~
|
| 28 |
|
| 29 |
+
- **two_sample_problem_dataset.tsv.gz** is a raw simulated data. In the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting), this file must be located in the _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/1_raw/_
|
| 30 |
+
- **sample_train.tsv.gz** and **sample_simulation.tsv.gz** are train and test samples splited from the **two_sample_problem_dataset.tsv.gz**. In the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting), these files must be located in the _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/2_samples/_
|
| 31 |
+
- **dataset_with_ML_pred.tsv.gz** is the test sample supplemented by the predictions of the proposed ML-methods. In the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting), this file must be located in the _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/3_dataset_with_ML_pred/_
|
| 32 |
|
| 33 |
# Dataset & Samples
|
| 34 |
In these files there are following fields:
|
|
|
|
| 40 |
- **perc** is a set (expected) censoring rate for the samples 1 and 2;
|
| 41 |
- **real_perc1** is an actual censoring rate of sample 1;
|
| 42 |
- **real_perc2** is an actual censoring rate of sample 2;
|
| 43 |
+
- **Peto_test** is a statistic of the Peto and Peto’s Generalized Wilcoxon test which is computed on two samples under parameters described above;
|
| 44 |
+
- **Gehan_test** is a statistic of the Gehan’s Generalized Wilcoxon test;
|
| 45 |
+
- **logrank_test** is a statistic of the logrank test;
|
| 46 |
+
- **CoxMantel_test** is a statistic of the Cox-Mantel test;
|
| 47 |
+
- **BN_GPH_test** is a statistic of the ;
|
| 48 |
+
- **BN_MCE_test** is a statistic of the ;
|
| 49 |
+
- **BN_SCE_test** is a statistic of the ;
|
| 50 |
+
- **Q_test** is a statistic of the ;
|
| 51 |
+
- **MAX_Value_test** is a statistic of the ;
|
| 52 |
+
- **MIN3_test** is a statistic of the ;
|
| 53 |
+
- **WLg_logrank_test** is a statistic of the ;
|
| 54 |
+
- **WLg_TaroneWare_test** is a statistic of the ;
|
| 55 |
+
- **WLg_Breslow_test** is a statistic of the ;
|
| 56 |
+
- **WLg_PetoPrentice_test** is a statistic of the ;
|
| 57 |
+
- **WLg_Prentice_test** is a statistic of the ;
|
| 58 |
+
- **WKM_test** is a statistic of the ;
|
| 59 |
- **CatBoost_test**,
|
| 60 |
- **XGBoost_test**,
|
| 61 |
- **LightAutoML_test**,
|