Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,12 @@ tags:
|
|
8 |
pretty_name: Ozone
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
11 |
-
task_categories:
|
12 |
- tabular-classification
|
13 |
configs:
|
14 |
- 8hr
|
15 |
- 1hr
|
|
|
16 |
---
|
17 |
# Ozone
|
18 |
The [Ozone dataset](https://archive.ics.uci.edu/ml/datasets/Ozone) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
@@ -29,4 +30,4 @@ The [Ozone dataset](https://archive.ics.uci.edu/ml/datasets/Ozone) from the [UCI
|
|
29 |
from datasets import load_dataset
|
30 |
|
31 |
dataset = load_dataset("mstz/ozone", "8hr")["train"]
|
32 |
-
```
|
|
|
8 |
pretty_name: Ozone
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
11 |
+
task_categories:
|
12 |
- tabular-classification
|
13 |
configs:
|
14 |
- 8hr
|
15 |
- 1hr
|
16 |
+
license: cc
|
17 |
---
|
18 |
# Ozone
|
19 |
The [Ozone dataset](https://archive.ics.uci.edu/ml/datasets/Ozone) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
|
30 |
from datasets import load_dataset
|
31 |
|
32 |
dataset = load_dataset("mstz/ozone", "8hr")["train"]
|
33 |
+
```
|