Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ AUTHORS:
|
|
8 |
- PETR PHILONENKO, Ph.D. in Computer Science;
|
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 "
|
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 "
|
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 "
|
|
|
8 |
- PETR PHILONENKO, Ph.D. in Computer Science;
|
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 "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/".
|