Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,7 @@ This dataset contains the synthetic data simulated by the Monte Carlo method and
|
|
15 |
# Repository
|
16 |
|
17 |
This dataset contains following files:
|
|
|
18 |
data
|
19 |
├── 1_raw
|
20 |
│ └── two_sample_problem_dataset.tsv.gz
|
@@ -23,6 +24,7 @@ data
|
|
23 |
│ └── sample_simulation.tsv.gz
|
24 |
└── 3_dataset_with_ML_pred
|
25 |
└── dataset_with_ML_pred.tsv.gz
|
|
|
26 |
|
27 |
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
|
28 |
/data/1_raw/";
|
|
|
15 |
# Repository
|
16 |
|
17 |
This dataset contains following files:
|
18 |
+
~~~
|
19 |
data
|
20 |
├── 1_raw
|
21 |
│ └── two_sample_problem_dataset.tsv.gz
|
|
|
24 |
│ └── sample_simulation.tsv.gz
|
25 |
└── 3_dataset_with_ML_pred
|
26 |
└── dataset_with_ML_pred.tsv.gz
|
27 |
+
~~~
|
28 |
|
29 |
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
|
30 |
/data/1_raw/";
|