Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,15 @@ tags:
|
|
8 |
- multiclass_classification
|
9 |
pretty_name: Toxicity
|
10 |
size_categories:
|
11 |
-
-
|
12 |
-
task_categories:
|
13 |
- tabular-classification
|
14 |
configs:
|
15 |
- encoding
|
16 |
- income
|
17 |
- income-no race
|
18 |
- race
|
|
|
19 |
---
|
20 |
# Adult
|
21 |
The [Toxicity dataset](https://archive-beta.ics.uci.edu/dataset/728/toxicity) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
@@ -30,5 +31,5 @@ The dataset includes 171 molecules designed for functional domains of a core clo
|
|
30 |
```python
|
31 |
from datasets import load_dataset
|
32 |
|
33 |
-
dataset = load_dataset("mstz/toxicity"
|
34 |
```
|
|
|
8 |
- multiclass_classification
|
9 |
pretty_name: Toxicity
|
10 |
size_categories:
|
11 |
+
- n<1K
|
12 |
+
task_categories:
|
13 |
- tabular-classification
|
14 |
configs:
|
15 |
- encoding
|
16 |
- income
|
17 |
- income-no race
|
18 |
- race
|
19 |
+
license: cc
|
20 |
---
|
21 |
# Adult
|
22 |
The [Toxicity dataset](https://archive-beta.ics.uci.edu/dataset/728/toxicity) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
|
31 |
```python
|
32 |
from datasets import load_dataset
|
33 |
|
34 |
+
dataset = load_dataset("mstz/toxicity")["train"]
|
35 |
```
|