Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
SvenKlaassen commited on
Commit
126f061
·
verified ·
1 Parent(s): bfae1d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -7
README.md CHANGED
@@ -10,7 +10,7 @@ dataset_info:
10
  dtype: float64
11
  - name: l1
12
  dtype: float64
13
- - name: Y
14
  dtype: float64
15
  - name: D_1
16
  dtype: float64
@@ -24,7 +24,7 @@ dataset_info:
24
  dtype: float64
25
  - name: x
26
  dtype: float64
27
- - name: y
28
  dtype: float64
29
  - name: z
30
  dtype: float64
@@ -74,10 +74,14 @@ dataset_info:
74
  dtype: image
75
  splits:
76
  - name: train
77
- num_bytes: 187509908.0
78
  num_examples: 50000
79
  download_size: 0
80
- dataset_size: 187509908.0
 
 
 
 
81
  ---
82
 
83
  # Dataset Card
@@ -87,7 +91,7 @@ The dataset is generated according to the description in [DoubleMLDeep: Estimati
87
 
88
  ## Dataset Details
89
 
90
- ### Dataset Description
91
 
92
  The dataset contains the following columns:
93
 
@@ -107,9 +111,27 @@ The dataset should as a benchmark to compare different causal inference methods
107
 
108
  ## Dataset Structure
109
 
110
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
111
 
112
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
 
114
  ## Limitations
115
 
 
10
  dtype: float64
11
  - name: l1
12
  dtype: float64
13
+ - name: 'Y'
14
  dtype: float64
15
  - name: D_1
16
  dtype: float64
 
24
  dtype: float64
25
  - name: x
26
  dtype: float64
27
+ - name: 'y'
28
  dtype: float64
29
  - name: z
30
  dtype: float64
 
74
  dtype: image
75
  splits:
76
  - name: train
77
+ num_bytes: 187509908
78
  num_examples: 50000
79
  download_size: 0
80
+ dataset_size: 187509908
81
+ tags:
82
+ - Causal Inference
83
+ size_categories:
84
+ - 10K<n<100K
85
  ---
86
 
87
  # Dataset Card
 
91
 
92
  ## Dataset Details
93
 
94
+ ### Dataset Description & Usage
95
 
96
  The dataset contains the following columns:
97
 
 
111
 
112
  ## Dataset Structure
113
 
114
+ ### Data Instances
115
 
116
+ ### Data Fields
117
+
118
+ The data fields can be devided into several categories:
119
+
120
+ - **Outcome and Treatments**
121
+ - `Y` (`float64`): Outcome of interest (generated)
122
+ - `D_1` (`float64`): Treatment value (generated)
123
+
124
+ - **Tabular Features**
125
+ - test
126
+
127
+ - **Text Features**
128
+ - test
129
+
130
+ - **Image Features**
131
+ - test
132
+
133
+ - **Oracle Features**
134
+ - test
135
 
136
  ## Limitations
137