Add explicit configuration for the data files
Browse files
README.md
CHANGED
@@ -8,6 +8,11 @@ pretty_name: 'Ames Iowa: Alternative to the Boston Housing Data Set'
|
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Dataset Card for 'Ames Iowa: Alternative to the Boston Housing Data Set'
|
|
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
license: unknown
|
11 |
+
configs:
|
12 |
+
- config_name: default
|
13 |
+
data_files: "AmesHousing.csv"
|
14 |
+
default: true
|
15 |
+
sep: ","
|
16 |
---
|
17 |
|
18 |
# Dataset Card for 'Ames Iowa: Alternative to the Boston Housing Data Set'
|