Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,13 +6,14 @@ tags:
|
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
- multiclass_classification
|
| 9 |
-
pretty_name:
|
| 10 |
size_categories:
|
| 11 |
-
-
|
| 12 |
-
task_categories:
|
| 13 |
- tabular-classification
|
| 14 |
configs:
|
| 15 |
- liver
|
|
|
|
| 16 |
---
|
| 17 |
# ILPD
|
| 18 |
The [ILPD dataset](https://archive.ics.uci.edu/ml/datasets/ILPD) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
@@ -28,4 +29,4 @@ The [ILPD dataset](https://archive.ics.uci.edu/ml/datasets/ILPD) from the [UCI M
|
|
| 28 |
from datasets import load_dataset
|
| 29 |
|
| 30 |
dataset = load_dataset("mstz/liver")["train"]
|
| 31 |
-
```
|
|
|
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
- multiclass_classification
|
| 9 |
+
pretty_name: Liver
|
| 10 |
size_categories:
|
| 11 |
+
- n<1K
|
| 12 |
+
task_categories:
|
| 13 |
- tabular-classification
|
| 14 |
configs:
|
| 15 |
- liver
|
| 16 |
+
license: cc
|
| 17 |
---
|
| 18 |
# ILPD
|
| 19 |
The [ILPD dataset](https://archive.ics.uci.edu/ml/datasets/ILPD) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
|
|
| 29 |
from datasets import load_dataset
|
| 30 |
|
| 31 |
dataset = load_dataset("mstz/liver")["train"]
|
| 32 |
+
```
|