liver / README.md
mstz's picture
Update README.md
fdba38f
---
language:
- en
tags:
- ilpd
- tabular_classification
- binary_classification
- multiclass_classification
- UCI
pretty_name: Liver
size_categories:
- n<1K
task_categories:
- tabular-classification
configs:
- liver
license: cc
---
# ILPD
The [ILPD dataset](https://archive.ics.uci.edu/ml/datasets/ILPD) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
# Configurations and tasks
| **Configuration** | **Task** | **Description** |
|-------------------|---------------------------|---------------------------------------|
| liver | Binary classification | Does the patient have liver problems? |
# Usage
```python
from datasets import load_dataset
dataset = load_dataset("mstz/liver")["train"]
```