cloderic commited on
Commit
bf6c2b2
·
verified ·
1 Parent(s): cba5446

Add explicit configuration for the data files

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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'