Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -26,10 +26,9 @@ data
|
|
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](https://github.com/pfilonenko/ML_for_TwoSampleTesting), this file must be located in the
|
30 |
-
/data/
|
31 |
-
- **
|
32 |
-
- **dataset_with_ML_pred.tsv.gz** is the test sample supplemented by the predictions of the proposed ML-methods. In the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting), 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:
|
|
|
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](https://github.com/pfilonenko/ML_for_TwoSampleTesting), this file must be located in the _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/1_raw/_;
|
30 |
+
- **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](https://github.com/pfilonenko/ML_for_TwoSampleTesting), these files must be located in the _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/2_samples/_;
|
31 |
+
- **dataset_with_ML_pred.tsv.gz** is the test sample supplemented by the predictions of the proposed ML-methods. In the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting), this file must be located in _ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/3_dataset_with_ML_pred/_.
|
|
|
32 |
|
33 |
# Dataset & Samples
|
34 |
In these files there are following fields:
|