Commit ·
41d6341
1
Parent(s): ea4039a
Added yaml to README file
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Yelp Business Economic Indicators Dataset
|
| 2 |
|
| 3 |
## Dataset Overview
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: cc-by-4.0
|
| 4 |
+
tags:
|
| 5 |
+
- business
|
| 6 |
+
- economic
|
| 7 |
+
- yelp
|
| 8 |
+
- tabular
|
| 9 |
+
- regression
|
| 10 |
+
- classification
|
| 11 |
+
dataset_info:
|
| 12 |
+
name: yelp_business_econ_dataset
|
| 13 |
+
description: >
|
| 14 |
+
This dataset combines business information from Yelp Open Dataset with
|
| 15 |
+
county-level economic indicators from official sources (FRED, BLS, Census).
|
| 16 |
+
homepage: https://www.yelp.com/dataset
|
| 17 |
+
size: 100 MB # update to actual size
|
| 18 |
+
version: 1.0.0
|
| 19 |
+
task_categories:
|
| 20 |
+
- tabular-classification
|
| 21 |
+
task_ids:
|
| 22 |
+
- binary-classification
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# Yelp Business Economic Indicators Dataset
|
| 26 |
+
|
| 27 |
+
## Dataset Overview
|
| 28 |
+
...
|
| 29 |
+
|
| 30 |
# Yelp Business Economic Indicators Dataset
|
| 31 |
|
| 32 |
## Dataset Overview
|