Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
16062de
·
verified ·
1 Parent(s): 43ead86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -8,7 +8,7 @@ AUTHORS:
8
  - PETR PHILONENKO, Ph.D. in Computer Science;
9
  - SERGEY POSTOVALOV, D.Sc. in Computer Science.
10
 
11
- This dataset contains following files:
12
- 1) **two_sample_problem_dataset.tsv.gz** is a raw data. This file must be located in the "/data/1_raw/";
13
- 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 "/data/2_samples/";
14
- 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 "/data/3_dataset_with_ML_pred/".
 
8
  - PETR PHILONENKO, Ph.D. in Computer Science;
9
  - SERGEY POSTOVALOV, D.Sc. in Computer Science.
10
 
11
+ This dataset is a supplement to the github-project published in the https://github.com/pfilonenko/ML_for_TwoSampleTesting. This dataset contains following files:
12
+ 1) **two_sample_problem_dataset.tsv.gz** is a raw data. This file must be located in the "data/1_raw/";
13
+ 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 "data/2_samples/";
14
+ 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 "data/3_dataset_with_ML_pred/".