Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,12 @@ AUTHORS:
|
|
9 |
- SERGEY POSTOVALOV, D.Sc. in Computer Science.
|
10 |
|
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 "
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
15 |
|
16 |
In these files there are following fields:
|
17 |
- **sample** is a sample type (train, val, test);
|
|
|
9 |
- SERGEY POSTOVALOV, D.Sc. in Computer Science.
|
10 |
|
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 "ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing
|
13 |
+
/data/1_raw/";
|
14 |
+
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 "ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing
|
15 |
+
/data/2_samples/";
|
16 |
+
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
|
17 |
+
/data/3_dataset_with_ML_pred/".
|
18 |
|
19 |
In these files there are following fields:
|
20 |
- **sample** is a sample type (train, val, test);
|