mstz commited on
Commit
d1e0cf4
1 Parent(s): 5f5a38e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -20,7 +20,15 @@ The [Speed dating dataset](https://www.openml.org/search?type=data&sort=nr_of_li
20
  # Configurations and tasks
21
  | **Configuration** | **Task** | Description |
22
  |-------------------|---------------------------|---------------------------------------------------------------|
23
- | cancer | Binary classification | Will the two date? |
 
 
 
 
 
 
 
 
24
 
25
  # Features
26
  |**Features** |**Type** |
 
20
  # Configurations and tasks
21
  | **Configuration** | **Task** | Description |
22
  |-------------------|---------------------------|---------------------------------------------------------------|
23
+ | dating | Binary classification | Will the two date? |
24
+
25
+ # Usage
26
+ ```python
27
+ from datasets import load_dataset
28
+
29
+ dataset = load_dataset("mstz/speeddating", "dating")["train"]
30
+ ```
31
+
32
 
33
  # Features
34
  |**Features** |**Type** |