Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,11 +7,12 @@ tags:
|
|
| 7 |
- binary_classification
|
| 8 |
pretty_name: Titanic
|
| 9 |
size_categories:
|
| 10 |
-
-
|
| 11 |
-
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- survival
|
|
|
|
| 15 |
---
|
| 16 |
# Titanic
|
| 17 |
The [Titanic dataset](https://www.kaggle.com/datasets/vinicius150987/titanic3) from [Kaggle](https://www.kaggle.com/).
|
|
@@ -26,5 +27,5 @@ The [Titanic dataset](https://www.kaggle.com/datasets/vinicius150987/titanic3) f
|
|
| 26 |
```python
|
| 27 |
from datasets import load_dataset
|
| 28 |
|
| 29 |
-
dataset = load_dataset("mstz/titanic"
|
| 30 |
-
```
|
|
|
|
| 7 |
- binary_classification
|
| 8 |
pretty_name: Titanic
|
| 9 |
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- survival
|
| 15 |
+
license: cc
|
| 16 |
---
|
| 17 |
# Titanic
|
| 18 |
The [Titanic dataset](https://www.kaggle.com/datasets/vinicius150987/titanic3) from [Kaggle](https://www.kaggle.com/).
|
|
|
|
| 27 |
```python
|
| 28 |
from datasets import load_dataset
|
| 29 |
|
| 30 |
+
dataset = load_dataset("mstz/titanic")["train"]
|
| 31 |
+
```
|