mstz commited on
Commit
03b5a7f
1 Parent(s): 8c1a552

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,14 +7,15 @@ tags:
7
  - binary_classification
8
  pretty_name: Heart
9
  size_categories:
10
- - 100<n<1K
11
- task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
12
  - tabular-classification
13
  configs:
14
  - cleveland
15
  - va
16
  - switzerland
17
  - hungary
 
18
  ---
19
  # Heart
20
  The [Heart dataset](https://archive.ics.uci.edu/ml/datasets/Heart) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
@@ -31,4 +32,4 @@ Does the patient have heart disease?
31
  from datasets import load_dataset
32
 
33
  dataset = load_dataset("mstz/heart", "hungary")["train"]
34
- ```
 
7
  - binary_classification
8
  pretty_name: Heart
9
  size_categories:
10
+ - n<1K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - cleveland
15
  - va
16
  - switzerland
17
  - hungary
18
+ license: cc
19
  ---
20
  # Heart
21
  The [Heart dataset](https://archive.ics.uci.edu/ml/datasets/Heart) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
 
32
  from datasets import load_dataset
33
 
34
  dataset = load_dataset("mstz/heart", "hungary")["train"]
35
+ ```