Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
6a235a1
·
verified ·
1 Parent(s): 7774aae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -26,12 +26,10 @@ data
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
34
- /data/3_dataset_with_ML_pred/".
35
 
36
  # Dataset & Samples
37
  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, this file must be located in the **ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing
30
+ /data/1_raw/**;
31
+ - **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, these files must be located in the **ML_for_TwoSampleTesting/proposed_ml_for_two_sample_testing/data/2_samples/**;
32
+ - **dataset_with_ML_pred.tsv.gz** is the test sample supplemented by the predictions of the proposed ML-methods. In the github repositiry, 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: