mstz commited on
Commit
013ed90
·
1 Parent(s): c27fc8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -6,13 +6,14 @@ tags:
6
  - tabular_classification
7
  - binary_classification
8
  - multiclass_classification
9
- pretty_name: ILPD
10
  size_categories:
11
- - 10K<n<100K
12
- task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
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
+ ```