Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,8 +33,8 @@ data
33
  # Dataset & Samples
34
  In these files there are following fields:
35
  - **sample** is a type the sample for machine learning process (train, val, test);
36
- - **H0_H1** is a true hypothesis: **H0** when test statistics simulated have S1(t)=S2(t) and **H1** when test statistics simulated have S1(t)≠S2(t);
37
- - **Hi** is an alternative hypothesis (H01-H09, H11-H19, or H21-H29). Detailed description of these alternatives can be find in the paper;
38
  - **n1** is the size of the sample 1;
39
  - **n2** is the size of the sample 2;
40
  - **perc** is a set (expected) censoring rate for the samples 1 and 2;
 
33
  # Dataset & Samples
34
  In these files there are following fields:
35
  - **sample** is a type the sample for machine learning process (train, val, test);
36
+ - **H0_H1** is a true hypothesis: if **H0**, then test statistics were simulated under S1(t)=S2(t); if **H1**, then test statistics were simulated under S1(t)≠S2(t);
37
+ - **Hi** is an alternative hypothesis (H01-H09, H11-H19, or H21-H29) for S1(t) and S2(t). Detailed description of these alternatives can be found in the paper;
38
  - **n1** is the size of the sample 1;
39
  - **n2** is the size of the sample 2;
40
  - **perc** is a set (expected) censoring rate for the samples 1 and 2;