Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,6 @@ AUTHORS:
|
|
9 |
- SERGEY POSTOVALOV, D.Sc. in Computer Science.
|
10 |
|
11 |
This dataset contains following files:
|
12 |
-
1) **two_sample_problem_dataset.tsv.gz
|
13 |
-
2)
|
14 |
-
3)
|
|
|
9 |
- SERGEY POSTOVALOV, D.Sc. in Computer Science.
|
10 |
|
11 |
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/".
|