Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -26,12 +26,10 @@ data
|
|
26 |
└── dataset_with_ML_pred.tsv.gz
|
27 |
~~~
|
28 |
|
29 |
-
|
30 |
-
/data/1_raw
|
31 |
-
|
32 |
-
/data/
|
33 |
-
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 "ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing
|
34 |
-
/data/3_dataset_with_ML_pred/".
|
35 |
|
36 |
# Dataset & Samples
|
37 |
In these files there are following fields:
|
|
|
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, this file must be located in the **ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing
|
30 |
+
/data/1_raw/**;
|
31 |
+
- **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, these files must be located in the **ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/2_samples/**;
|
32 |
+
- **dataset_with_ML_pred.tsv.gz** is the test sample supplemented by the predictions of the proposed ML-methods. In the github repositiry, this file must be located in **ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/3_dataset_with_ML_pred/**.
|
|
|
|
|
33 |
|
34 |
# Dataset & Samples
|
35 |
In these files there are following fields:
|