Add the datasets
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
pretty_name: Feature Factory Datasets
|
| 4 |
+
size_categories:
|
| 5 |
+
- 1M<n<10M
|
| 6 |
+
tags:
|
| 7 |
+
- machine-learning
|
| 8 |
+
- benchmark-data
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
## Tabular Datasets
|
| 12 |
+
|
| 13 |
+
The datasets are used in this project: [Feature Factory](https://github.com/habedi/feature-factory)
|
| 14 |
+
|
| 15 |
+
| Index | Dataset Name | File Name | Data Type | #Records (Approx.) | Format | Source |
|
| 16 |
+
|-------|---------------------------------|-------------------------------|--------------------|--------------------|---------|-------------------------------------------------------------------------------------------|
|
| 17 |
+
| 1 | Wine Quality (Red Wine) | winequality-red.csv | Tabular | 1,599 | CSV | [Link](https://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/winequality-red.csv) |
|
| 18 |
+
| 2 | NYC Yellow Taxi Trip (Jan 2019) | yellow_tripdata_2019.parquet | Taxi Trip Data | ~7M | Parquet | [Link](https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2019-01.parquet) |
|
| 19 |
+
| 3 | NYC Green Taxi Trip (Jan 2019) | green_tripdata_2019.parquet | Taxi Trip Data | ~1M | Parquet | [Link](https://d37ci6vzurychx.cloudfront.net/trip-data/green_tripdata_2019-01.parquet) |
|
| 20 |
+
| 4 | California Housing Prices | california_housing.csv | Real Estate Prices | ~20,640 | CSV | [Link](https://github.com/ageron/handson-ml2/blob/master/datasets/housing/housing.csv) |
|
| 21 |
+
| 6 | Retail Sales Transactions | retail_sales.csv | Sales Transactions | ~500K | CSV | [Link](https://archive.ics.uci.edu/ml/datasets/online+retail) |
|