Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,12 @@ The files of this dataset have following structure:
|
|
18 |
~~~
|
19 |
data
|
20 |
├── 1_raw
|
21 |
-
│ └── two_sample_problem_dataset.tsv.gz
|
22 |
├── 2_samples
|
23 |
-
│ ├── sample_train.tsv.gz
|
24 |
-
│ └── sample_simulation.tsv.gz
|
25 |
└── 3_dataset_with_ML_pred
|
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/_
|
|
|
18 |
~~~
|
19 |
data
|
20 |
├── 1_raw
|
21 |
+
│ └── two_sample_problem_dataset.tsv.gz (121,986,000 rows)
|
22 |
├── 2_samples
|
23 |
+
│ ├── sample_train.tsv.gz (24,786,000 rows)
|
24 |
+
│ └── sample_simulation.tsv.gz (97,200,000 rows)
|
25 |
└── 3_dataset_with_ML_pred
|
26 |
+
└── dataset_with_ML_pred.tsv.gz (97,200,000 rows)
|
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/_
|