Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -6,6 +6,18 @@ license: cc-by-4.0
6
  - [Petr PHILONENKO](https://orcid.org/0000-0002-6295-4470), Ph.D. in Computer Science;
7
  - [Sergey POSTOVALOV](https://orcid.org/0000-0003-3718-1936), D.Sc. in Computer Science.
8
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  # About
10
  This dataset is a supplement to the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting) and paper addressed to solve the two-sample problem under right-censored observations using Machine Learning.
11
  The problem statement can be formualted as H0: S1(t)=S2(t) versus H: S1(t)≠S_2(t) where S1(t) and S2(t) are survival functions of samples X1 and X2.
@@ -70,19 +82,6 @@ In these files, there are following fields:
70
  - **SKLEARN_LogReg_test** is a statistic of the proposed ML-method based on Logistic Regression (implemented in sklearn);
71
  - **SKLEARN_GB_test** is a statistic of the proposed ML-method based on Gradient Boosting Machine (implemented in sklearn).
72
 
73
- # Citing
74
-
75
- ~~~
76
- @misc {petr_philonenko_2024,
77
- author = { {Petr Philonenko} },
78
- title = { ML_for_TwoSampleTesting (Revision a4ae672) },
79
- year = 2024,
80
- url = { https://huggingface.co/datasets/pfilonenko/ML_for_TwoSampleTesting },
81
- doi = { 10.57967/hf/2978 },
82
- publisher = { Hugging Face }
83
- }
84
- ~~~
85
-
86
  # Dataset Simulation
87
 
88
  For this dataset, the full source code (C++) is available [here](https://github.com/pfilonenko/ML_for_TwoSampleTesting/tree/main/dataset/simulation).
 
6
  - [Petr PHILONENKO](https://orcid.org/0000-0002-6295-4470), Ph.D. in Computer Science;
7
  - [Sergey POSTOVALOV](https://orcid.org/0000-0003-3718-1936), D.Sc. in Computer Science.
8
 
9
+ # Citing
10
+ ~~~
11
+ @misc {petr_philonenko_2024,
12
+ author = { {Petr Philonenko} },
13
+ title = { ML_for_TwoSampleTesting (Revision a4ae672) },
14
+ year = 2024,
15
+ url = { https://huggingface.co/datasets/pfilonenko/ML_for_TwoSampleTesting },
16
+ doi = { 10.57967/hf/2978 },
17
+ publisher = { Hugging Face }
18
+ }
19
+ ~~~
20
+
21
  # About
22
  This dataset is a supplement to the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting) and paper addressed to solve the two-sample problem under right-censored observations using Machine Learning.
23
  The problem statement can be formualted as H0: S1(t)=S2(t) versus H: S1(t)≠S_2(t) where S1(t) and S2(t) are survival functions of samples X1 and X2.
 
82
  - **SKLEARN_LogReg_test** is a statistic of the proposed ML-method based on Logistic Regression (implemented in sklearn);
83
  - **SKLEARN_GB_test** is a statistic of the proposed ML-method based on Gradient Boosting Machine (implemented in sklearn).
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  # Dataset Simulation
86
 
87
  For this dataset, the full source code (C++) is available [here](https://github.com/pfilonenko/ML_for_TwoSampleTesting/tree/main/dataset/simulation).