mstz commited on
Commit
8bdc1c7
·
1 Parent(s): 0bcb27b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -4,13 +4,14 @@ language:
4
  tags:
5
  - madelon
6
  - tabular_classification
7
- pretty_name: Annealing
8
  size_categories:
9
  - 1K<n<10K
10
- task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
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", "madelon")["train"]
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
  ```