Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,13 +4,14 @@ language:
|
|
4 |
tags:
|
5 |
- madelon
|
6 |
- tabular_classification
|
7 |
-
pretty_name:
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
-
task_categories:
|
11 |
- tabular-classification
|
12 |
configs:
|
13 |
- Madelon
|
|
|
14 |
---
|
15 |
# Annealing
|
16 |
The [Madelon dataset](https://archive-beta.ics.uci.edu/dataset/171/madelon) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
@@ -26,5 +27,5 @@ Highly non-linear classification problem.
|
|
26 |
```python
|
27 |
from datasets import load_dataset
|
28 |
|
29 |
-
dataset = load_dataset("mstz/madelon"
|
30 |
```
|
|
|
4 |
tags:
|
5 |
- madelon
|
6 |
- tabular_classification
|
7 |
+
pretty_name: Madelon
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
+
task_categories:
|
11 |
- tabular-classification
|
12 |
configs:
|
13 |
- Madelon
|
14 |
+
license: cc
|
15 |
---
|
16 |
# Annealing
|
17 |
The [Madelon dataset](https://archive-beta.ics.uci.edu/dataset/171/madelon) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
|
27 |
```python
|
28 |
from datasets import load_dataset
|
29 |
|
30 |
+
dataset = load_dataset("mstz/madelon")["train"]
|
31 |
```
|