mstz commited on
Commit
65d3730
1 Parent(s): 678d061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -8,10 +8,11 @@ tags:
8
  pretty_name: Magic
9
  size_categories:
10
  - 10K<n<100K
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
  - magic
 
15
  ---
16
  # Magic
17
  The [Magic dataset](https://archive.ics.uci.edu/ml/datasets/Magic) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
@@ -26,9 +27,5 @@ The [Magic dataset](https://archive.ics.uci.edu/ml/datasets/Magic) from the [UCI
26
  ```python
27
  from datasets import load_dataset
28
 
29
- dataset = load_dataset("mstz/magic", "magic")["train"]
30
- ```
31
-
32
- # Features
33
- |**Feature** |**Type** | **Description** |
34
-
 
8
  pretty_name: Magic
9
  size_categories:
10
  - 10K<n<100K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - magic
15
+ license: cc
16
  ---
17
  # Magic
18
  The [Magic dataset](https://archive.ics.uci.edu/ml/datasets/Magic) 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/magic")["train"]
31
+ ``` |