mstz commited on
Commit
d666be4
·
1 Parent(s): 4648f26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -7,11 +7,12 @@ tags:
7
  - binary_classification
8
  pretty_name: Ionosphere
9
  size_categories:
10
- - 100<n<300
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
  - ionosphere
 
15
  ---
16
  # Ionosphere
17
  The [Ionosphere dataset](https://archive.ics.uci.edu/ml/datasets/Ionosphere) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
@@ -27,5 +28,5 @@ Census dataset including personal characteristic of a person, and their ionosphe
27
  ```python
28
  from datasets import load_dataset
29
 
30
- dataset = load_dataset("mstz/ionosphere", "ionosphere")["train"]
31
- ```
 
7
  - binary_classification
8
  pretty_name: Ionosphere
9
  size_categories:
10
+ - n<1K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - ionosphere
15
+ license: cc
16
  ---
17
  # Ionosphere
18
  The [Ionosphere dataset](https://archive.ics.uci.edu/ml/datasets/Ionosphere) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
 
28
  ```python
29
  from datasets import load_dataset
30
 
31
+ dataset = load_dataset("mstz/ionosphere")["train"]
32
+ ```