Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Kaggle DataScience Bowl 2019 competition dataset
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
tags:
|
| 6 |
+
- finance
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: train
|
| 9 |
+
data_files: train.csv.gz
|
| 10 |
+
- config_name: test
|
| 11 |
+
data_files: test.csv.gz
|
| 12 |
+
- config_name: train_labels
|
| 13 |
+
data_files: train_labels.csv.gz
|
| 14 |
+
- config_name: test_ids
|
| 15 |
+
data_files: test_ids.csv.gz
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
https://www.kaggle.com/c/data-science-bowl-2019
|