wscode commited on
Commit
2e4f5da
1 Parent(s): e38297b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -8
README.md CHANGED
@@ -173,24 +173,49 @@ This dataset card aims to be a base template for new datasets. It has been gener
173
 
174
  ## Dataset Structure
175
 
176
- ### Data Instances
177
-
178
- [More Information Needed]
179
-
180
  ### Data Fields
181
 
182
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
 
184
  ### Data Splits
185
-
186
- [More Information Needed]
 
 
 
187
 
188
  ## Additional Information
189
 
190
  ### Licensing Information
191
  The data is released under the licensing scheme from the original authors - CC-BY-4.0 ([source](https://zenodo.org/record/4446043#.ZEV8d-zMI-R)).
192
 
193
-
194
  ### Citation Information
195
 
196
  ```
 
173
 
174
  ## Dataset Structure
175
 
 
 
 
 
176
  ### Data Fields
177
 
178
+ The data fields contain all fields from the source dataset
179
+ along with additional `city` field denoting the city of the offer.
180
+ `all` split contains an additional field `day_type` denoting whether the offer is for
181
+ `weekdays` or `weekends`.
182
+
183
+ - city: the city of the offer,
184
+ - realSum: the full price of accommodation for two people and two nights in EUR,
185
+ - room_type: the type of the accommodation,
186
+ - room_shared: dummy variable for shared rooms,
187
+ - room_private: dummy variable for private rooms,
188
+ - person_capacity: the maximum number of guests,
189
+ - host_is_superhost: dummy variable for superhost status,
190
+ - multi: dummy variable if the listing belongs to hosts with 2-4 offers,
191
+ - biz: dummy variable if the listing belongs to hosts with more than 4 offers,
192
+ - cleanliness_rating: cleanliness rating,
193
+ - guest_satisfaction_overall: overall rating of the listing,
194
+ - bedrooms: number of bedrooms (0 for studios),
195
+ - dist: distance from city centre in km,
196
+ - metro_dist: distance from nearest metro station in km,
197
+ - attr_index: attraction index of the listing location,
198
+ - attr_index_norm: normalised attraction index (0-100),
199
+ - rest_index: restaurant index of the listing location,
200
+ - attr_index_norm: normalised restaurant index (0-100),
201
+ - lng: longitude of the listing location,
202
+ - lat: latitude of the listing location,
203
+
204
+ `all` config contains additionally:
205
+ - day_type: either `weekdays` or `weekends`
206
 
207
  ### Data Splits
208
+ | name | train |
209
+ |------------|--------:|
210
+ | weekdays | 25500 |
211
+ | weekends | 26207 |
212
+ | all | 51707 |
213
 
214
  ## Additional Information
215
 
216
  ### Licensing Information
217
  The data is released under the licensing scheme from the original authors - CC-BY-4.0 ([source](https://zenodo.org/record/4446043#.ZEV8d-zMI-R)).
218
 
 
219
  ### Citation Information
220
 
221
  ```