mstz commited on
Commit
7af2d66
1 Parent(s): fe0abe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -2,7 +2,7 @@
2
  language:
3
  - en
4
  tags:
5
- - pim
6
  - tabular_classification
7
  - binary_classification
8
  pretty_name: Ozone
@@ -11,17 +11,17 @@ size_categories:
11
  task_categories:
12
  - tabular-classification
13
  configs:
14
- - 8hr
15
- - 1hr
16
  license: cc
17
  ---
18
  # pima
19
  The [pima dataset](https://archive.ics.uci.edu/ml/datasets/Ozone) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
20
 
 
21
  # Configurations and tasks
22
  | **Configuration** | **Task** | **Description** |
23
  |-------------------|---------------------------|-------------------------|
24
- | pima | Binary classification | Is there an ozone layer?|
25
 
26
 
27
  # Usage
 
2
  language:
3
  - en
4
  tags:
5
+ - pima
6
  - tabular_classification
7
  - binary_classification
8
  pretty_name: Ozone
 
11
  task_categories:
12
  - tabular-classification
13
  configs:
14
+ - pima
 
15
  license: cc
16
  ---
17
  # pima
18
  The [pima dataset](https://archive.ics.uci.edu/ml/datasets/Ozone) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
19
 
20
+
21
  # Configurations and tasks
22
  | **Configuration** | **Task** | **Description** |
23
  |-------------------|---------------------------|-------------------------|
24
+ | pima | Binary classification | Does the patient have diabetes?|
25
 
26
 
27
  # Usage