Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -118,20 +118,23 @@ The dataset should as a benchmark to compare different causal inference methods
|
|
118 |
The data fields can be devided into several categories:
|
119 |
|
120 |
- **Outcome and Treatments**
|
121 |
-
- `Y` (`float64`): Outcome of interest
|
122 |
-
- `D_1` (`float64`): Treatment value
|
123 |
|
124 |
- **Tabular Features**
|
125 |
-
-
|
126 |
|
127 |
- **Text Features**
|
128 |
-
-
|
|
|
129 |
|
130 |
- **Image Features**
|
131 |
-
-
|
|
|
132 |
|
133 |
- **Oracle Features**
|
134 |
-
-
|
|
|
135 |
|
136 |
## Limitations
|
137 |
|
|
|
118 |
The data fields can be devided into several categories:
|
119 |
|
120 |
- **Outcome and Treatments**
|
121 |
+
- `Y` (`float64`): Outcome of interest
|
122 |
+
- `D_1` (`float64`): Treatment value
|
123 |
|
124 |
- **Tabular Features**
|
125 |
+
- `price` (`float64`):
|
126 |
|
127 |
- **Text Features**
|
128 |
+
- `review` (`string`): IMDB review text
|
129 |
+
- `sentiment` (`string`): Corresponding
|
130 |
|
131 |
- **Image Features**
|
132 |
+
- `image` (`image`): Image
|
133 |
+
- `label` (`int64`): Corresponding label from `0` to `9`
|
134 |
|
135 |
- **Oracle Features**
|
136 |
+
- `cond_exp_y` (`float64`): Expected value `Y` conditional on `D_1`, etc.
|
137 |
+
- `D_1` (`float64`): Treatment value (generated)
|
138 |
|
139 |
## Limitations
|
140 |
|