fix: try viewer hack
Browse files
README.md
CHANGED
@@ -13,6 +13,12 @@ description: 'This dataset is comprised of seven different configurations of dat
|
|
13 |
has a different set of features and target variables. The data is provided in JSONL
|
14 |
format.'
|
15 |
homepage: https://www.zillow.com/research/data/
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
dataset_info:
|
17 |
- config_name: days_on_market
|
18 |
features:
|
|
|
13 |
has a different set of features and target variables. The data is provided in JSONL
|
14 |
format.'
|
15 |
homepage: https://www.zillow.com/research/data/
|
16 |
+
configs:
|
17 |
+
- config_name: days_on_market
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path:
|
21 |
+
- "parquet_files/days_on_market.parquet"
|
22 |
dataset_info:
|
23 |
- config_name: days_on_market
|
24 |
features:
|