Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
437765d
·
verified ·
1 Parent(s): 9d30709

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -14,12 +14,16 @@ This dataset contains the synthetic data simulated by the Monte Carlo method and
14
 
15
  # Repository
16
 
17
- ---
18
- import numpy as np
19
- import pandas as pd
20
- ---
21
-
22
  This dataset contains following files:
 
 
 
 
 
 
 
 
 
23
  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
24
  /data/1_raw/";
25
  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
  This dataset contains following files:
18
+ data
19
+ ├── 1_raw
20
+ │ └── two_sample_problem_dataset.tsv.gz
21
+ ├── 2_samples
22
+ │ ├── sample_train.tsv.gz
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/";
29
  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