Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
File size: 865 Bytes
fc39c19
 
 
 
 
 
 
 
 
 
16062de
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
license: cc-by-4.0
---

TITLE: "Machine Learning for Two-Sample Testing under Right-Censored Data: A Simulation Study"

AUTHORS:
- PETR PHILONENKO, Ph.D. in Computer Science;
- SERGEY POSTOVALOV, D.Sc. in Computer Science.

This dataset is a supplement to the github-project published in the https://github.com/pfilonenko/ML_for_TwoSampleTesting. This dataset contains following files:
1) **two_sample_problem_dataset.tsv.gz** is a raw data. This file must be located in the "data/1_raw/";
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/";
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/".