Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ This dataset contains the synthetic data simulated by the Monte Carlo method and
|
|
| 14 |
|
| 15 |
# Repository
|
| 16 |
|
| 17 |
-
This dataset
|
| 18 |
~~~
|
| 19 |
data
|
| 20 |
├── 1_raw
|
|
@@ -26,8 +26,8 @@ data
|
|
| 26 |
└── dataset_with_ML_pred.tsv.gz
|
| 27 |
~~~
|
| 28 |
|
| 29 |
-
1) **two_sample_problem_dataset.tsv.gz** is a raw data.
|
| 30 |
-
/data/1_raw
|
| 31 |
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
|
| 32 |
/data/2_samples/";
|
| 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
|
|
|
|
| 14 |
|
| 15 |
# Repository
|
| 16 |
|
| 17 |
+
This dataset has following structure:
|
| 18 |
~~~
|
| 19 |
data
|
| 20 |
├── 1_raw
|
|
|
|
| 26 |
└── dataset_with_ML_pred.tsv.gz
|
| 27 |
~~~
|
| 28 |
|
| 29 |
+
1) **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 |
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
|
| 32 |
/data/2_samples/";
|
| 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
|