Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,35 @@ AUTHORS:
|
|
| 11 |
This dataset is a supplement to the github-project published in the https://github.com/pfilonenko/ML_for_TwoSampleTesting. This dataset contains following files:
|
| 12 |
1) **two_sample_problem_dataset.tsv.gz** is a raw data. This file must be located in the "data/1_raw/";
|
| 13 |
2) **sample_train.tsv.gz** and **sample_simulation.tsv.gz** are train and test samples splited from the **two_sample_problem_dataset.tsv.gz**. These files must be located in the "data/2_samples/";
|
| 14 |
-
3) **dataset_with_ML_pred.tsv.gz** is the test sample supplemented by the predictions of the proposed ML-methods. This file must be located in "data/3_dataset_with_ML_pred/".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
This dataset is a supplement to the github-project published in the https://github.com/pfilonenko/ML_for_TwoSampleTesting. This dataset contains following files:
|
| 12 |
1) **two_sample_problem_dataset.tsv.gz** is a raw data. This file must be located in the "data/1_raw/";
|
| 13 |
2) **sample_train.tsv.gz** and **sample_simulation.tsv.gz** are train and test samples splited from the **two_sample_problem_dataset.tsv.gz**. These files must be located in the "data/2_samples/";
|
| 14 |
+
3) **dataset_with_ML_pred.tsv.gz** is the test sample supplemented by the predictions of the proposed ML-methods. This file must be located in "data/3_dataset_with_ML_pred/".
|
| 15 |
+
|
| 16 |
+
- **sample** is a sample type (train, val, test);
|
| 17 |
+
- **H0_H1** is a true hypothesis (H0 or H1);
|
| 18 |
+
- **Hi** is an alternative hypothesis (H01-H09, H11-H19 or H21-H29);
|
| 19 |
+
- **n1** is the size of sample 1;
|
| 20 |
+
- **n2** is the size of sample 2;
|
| 21 |
+
- **real_perc1** is an actual censoring rate of sample 1;
|
| 22 |
+
- **real_perc2** is an actual censoring rate of sample 2;
|
| 23 |
+
- **perc** is the set censoring rate for the samples 1 and 2;
|
| 24 |
+
- **Peto_test**
|
| 25 |
+
- **Gehan_test**
|
| 26 |
+
- **logrank_test**
|
| 27 |
+
- **CoxMantel_test**
|
| 28 |
+
- **BN_GPH_test**
|
| 29 |
+
- **BN_MCE_test**
|
| 30 |
+
- **BN_SCE_test**
|
| 31 |
+
- **Q_test**
|
| 32 |
+
- **MAX_Value_test**
|
| 33 |
+
- **MIN3_test**
|
| 34 |
+
- **WLg_logrank_test**
|
| 35 |
+
- **WLg_TaroneWare_test**
|
| 36 |
+
- **WLg_Breslow_test**
|
| 37 |
+
- **WLg_PetoPrentice_test**
|
| 38 |
+
- **WLg_Prentice_test**
|
| 39 |
+
- **WKM_test**
|
| 40 |
+
- **CatBoost_test**
|
| 41 |
+
- **XGBoost_test**
|
| 42 |
+
- **LightAutoML_test**
|
| 43 |
+
- **SKLEARN_RF_test**
|
| 44 |
+
- **SKLEARN_LogReg_test**
|
| 45 |
+
- **SKLEARN_GB_test**
|