Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,11 @@ This dataset contains the synthetic data simulated by the Monte Carlo method and
|
|
14 |
|
15 |
# Repository
|
16 |
|
17 |
-
|
|
|
|
|
18 |
|
19 |
-
This dataset
|
20 |
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
|
21 |
/data/1_raw/";
|
22 |
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
|
|
|
14 |
|
15 |
# Repository
|
16 |
|
17 |
+
'''bash
|
18 |
+
|---
|
19 |
+
'''
|
20 |
|
21 |
+
This dataset contains following files:
|
22 |
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
|
23 |
/data/1_raw/";
|
24 |
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
|